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,8 @@
class RR {
tag = "RR";
class functions {
file = "RR_functions";
class loadConfig {};
class setupSigns {};
};
};