2016-03-26 00:03:38 -07:00
|
|
|
/*
|
|
|
|
* @file engine_template.cpp
|
|
|
|
*
|
|
|
|
* @date
|
2020-01-07 21:02:40 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
2016-03-26 00:03:38 -07:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "engine_template.h"
|
2016-03-26 03:03:24 -07:00
|
|
|
#include "custom_engine.h"
|
2016-03-26 00:03:38 -07:00
|
|
|
|
2021-11-16 01:15:29 -08:00
|
|
|
void setEngineTemplateConfiguration() {
|
|
|
|
setFrankensoConfiguration();
|
2016-03-26 03:03:24 -07:00
|
|
|
}
|