rusefi/firmware/emulation/engine_emulator.h

15 lines
248 B
C

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