rename to Project Archimedes

This commit is contained in:
2025-03-12 13:20:00 -05:00
parent a22dd90328
commit 666ecd409b
5 changed files with 61 additions and 1 deletions

8
include/Archimedes.h Normal file
View File

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

View File