rusefi-1/firmware/development/engine_emulator.h

15 lines
271 B
C
Raw Normal View History

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"
void initEngineEmulator(Logging *sharedLogger, Engine *engine);
#endif /* ENGINE_EMULATOR_H_ */