#ifndef SIMCFG_H
#define SIMCFG_H

#ifndef DEFINES_H
#include "defines.h"
#endif

#ifdef __cplusplus
extern "C" {
#endif

    void readSimCfg (cstr fname);

#ifdef __cplusplus
}
#endif

#endif
