From 953178bb3d3309a1cb3547bee25542ce7fc1c208 Mon Sep 17 00:00:00 2001 From: ary Date: Sat, 16 Sep 2023 14:34:07 -0400 Subject: [PATCH] more stuff for the superstructure --- RELENTLESS-Lite/include/superstructure.hpp | 1 + RELENTLESS-Lite/src/superstructure.cpp | 4 ++++ 2 files changed, 5 insertions(+) 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