Start repository

This commit is contained in:
2023-11-08 13:02:26 +01:00
parent 726c886492
commit a9041d417d
69 changed files with 31804 additions and 0 deletions

6
include/plugin.h Executable file
View File

@@ -0,0 +1,6 @@
#ifndef PLUGIN_H
#define PLUGIN_H
//#include "../plugins/interfaces.h"
#include "../MasterPlug/interfaces.h"
#endif