make apps customizable

This commit is contained in:
2025-03-29 15:02:27 -05:00
parent aff69960a0
commit 0d61a369fc
11 changed files with 49 additions and 241 deletions

View File

@@ -1,5 +1,5 @@
#include "pch.hpp"
#include "App.h"
#include "utils/App/App.h"
int main(int argc, char* argv[]) {
Archimedes::App app(argc, argv);