Bus System configuration loading working! next to actually make it

This commit is contained in:
Benjamin Kyd
2019-05-12 00:11:48 +01:00
parent 0c811d174d
commit b9cda04514
8 changed files with 1537 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
disableAI = 1;
#include "defines.hpp"
#include "config_bus.hpp"
class cfgFunctions {
#include "functions.hpp"
};