keep fixing parallel-rdp stuff

This commit is contained in:
CocoSimone
2022-08-06 18:46:47 +02:00
parent c5303ede59
commit 8a450e110b
19 changed files with 64 additions and 45 deletions

View File

@@ -1,7 +1,7 @@
#include <frontend/App.hpp>
int main() {
App app;
app.Run();
App* app = new App;
app->Run();
return 0;
}