rusefi/firmware/development/engine_emulator.h

15 lines
287 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/*
* engine_emulator.h
*
* @date Mar 15, 2013
2020-01-13 18:57:43 -08:00
* @author Andrey Belomutskiy, (c) 2012-2020
2015-07-10 06:01:56 -07:00
*/
#ifndef ENGINE_EMULATOR_H_
#define ENGINE_EMULATOR_H_
#include "engine.h"
void initEngineEmulator(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX);
2015-07-10 06:01:56 -07:00
#endif /* ENGINE_EMULATOR_H_ */