test App::unload()

This commit is contained in:
2025-03-14 16:18:15 -05:00
parent 284f6b2330
commit 6ddae4291d

View File

@@ -10,7 +10,7 @@ Print::~Print() {
void Print::run() {
std::cout << "Print lib loaded and run!\n";
//App::Get().unload(self);
app.end();
app.unload(self);
//app.end();
std::cout << "App::Get() called\n";
}