2016-03-26 00:03:38 -07:00
|
|
|
/*
|
|
|
|
* @file engine_template.h
|
|
|
|
*
|
|
|
|
* @date
|
2020-01-07 21:02:40 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
2016-03-26 00:03:38 -07:00
|
|
|
*/
|
|
|
|
|
2019-11-01 19:56:58 -07:00
|
|
|
#pragma once
|
2016-03-26 00:03:38 -07:00
|
|
|
|
2019-05-03 15:41:43 -07:00
|
|
|
#include "engine_configuration.h"
|
|
|
|
|
|
|
|
void setEngineTemplateConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|