move utils to include. utils implimentations should be headers

This commit is contained in:
2025-03-26 13:07:18 -05:00
parent 12c82a8327
commit fd6a774c73
15 changed files with 110 additions and 131 deletions

View File

@@ -1,8 +1,8 @@
#ifndef ARCHIMEDES_H
#define ARCHIMEDES_H
#include "Module.h"
#include "GuiModule.h"
#include "utils/Module/Module.h"
#include "utils/GuiModule/GuiModule.h"
#include "App.h"
#endif