DRDE/ACTK1_0/common/init.hpp
Ren RenJuan b3502f14d8 *
2014-01-19 05:13:48 +00:00

12 lines
259 B
C++

#ifndef __INIT_HPP
#define __INIT_HPP
#include <string>
char *userLogPath = "./logs/";
int tkDebugThreshold = 9999999999;
void init(const std::string &system_props_file);
void scenario(int which,const std::string &system_props_file);
#endif