add ending headers

This commit is contained in:
2025-03-30 12:48:45 -05:00
parent 5fe172bc0d
commit 20ab1501ff
8 changed files with 36 additions and 28 deletions

View File

@@ -29,4 +29,5 @@ class MinimalApp : public Archimedes::App {
};
Archimedes::App* MakeApp() { return new MinimalApp(); }
#define APP_TYPE MinimalApp
#include "endApp.h"