fome-fw/firmware/emulation/engine_emulator.h

15 lines
248 B
C
Raw Normal View History

2014-08-29 07:52:33 -07:00
/*
* engine_emulator.h
*
* @date Mar 15, 2013
* @author Andrey Belomutskiy, (c) 2012-2014
*/
#ifndef ENGINE_EMULATOR_H_
#define ENGINE_EMULATOR_H_
2014-11-05 09:03:15 -08:00
#include "engine.h"
void initEngineEmulator(Engine *engine);
2014-08-29 07:52:33 -07:00
#endif /* ENGINE_EMULATOR_H_ */