From a22dd90328f436364fe6185ed70f39e7c950edd7 Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 12 Mar 2025 10:50:25 -0500 Subject: [PATCH] add core.h --- include/core.h | 0 src/App.h | 2 ++ src/Module.h | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 include/core.h diff --git a/include/core.h b/include/core.h new file mode 100644 index 0000000..e69de29 diff --git a/src/App.h b/src/App.h index eaec908..75f9f62 100644 --- a/src/App.h +++ b/src/App.h @@ -13,6 +13,8 @@ class App { bool done; std::vector modules; + std::vector mCreators; + std::vector mDestroyers; public: App(const int&, char*[]); diff --git a/src/Module.h b/src/Module.h index 13def2f..c2a133e 100644 --- a/src/Module.h +++ b/src/Module.h @@ -3,7 +3,6 @@ #include "pch.hpp" - class Module { public: