/* * engine_emulator.h * * @date Mar 15, 2013 * @author Andrey Belomutskiy, (c) 2012-2017 */ #ifndef ENGINE_EMULATOR_H_ #define ENGINE_EMULATOR_H_ #include "engine.h" void initEngineEmulator(Logging *sharedLogger, Engine *engine); #endif /* ENGINE_EMULATOR_H_ */