2015-07-10 06:01:56 -07:00
|
|
|
/*
|
|
|
|
* engine_emulator.h
|
|
|
|
*
|
|
|
|
* @date Mar 15, 2013
|
2017-01-03 03:05:22 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
2015-07-10 06:01:56 -07:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef ENGINE_EMULATOR_H_
|
|
|
|
#define ENGINE_EMULATOR_H_
|
|
|
|
|
|
|
|
#include "engine.h"
|
2019-01-04 21:57:09 -08:00
|
|
|
void initEngineEmulator(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX);
|
2015-07-10 06:01:56 -07:00
|
|
|
|
|
|
|
#endif /* ENGINE_EMULATOR_H_ */
|