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