16 lines
236 B
C
16 lines
236 B
C
|
/*
|
||
|
* m111.h
|
||
|
*
|
||
|
* @date Dec 14, 2020
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include "engine_configuration.h"
|
||
|
|
||
|
/**
|
||
|
* set engine_type 68
|
||
|
*/
|
||
|
void setM111EngineConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|