diff --git a/RELENTLESS-Lite/include/superstructure.hpp b/RELENTLESS-Lite/include/superstructure.hpp index eea21d0..e07e191 100644 --- a/RELENTLESS-Lite/include/superstructure.hpp +++ b/RELENTLESS-Lite/include/superstructure.hpp @@ -1,3 +1,4 @@ +#include "main.h" namespace superstruct { } \ No newline at end of file diff --git a/RELENTLESS-Lite/src/superstructure.cpp b/RELENTLESS-Lite/src/superstructure.cpp index e69de29..a6863ad 100644 --- a/RELENTLESS-Lite/src/superstructure.cpp +++ b/RELENTLESS-Lite/src/superstructure.cpp @@ -0,0 +1,4 @@ + +namespace superstruct { + +} \ No newline at end of file