create SDL window
This commit is contained in:
@@ -7,8 +7,10 @@ int main(int argc, char** argv) {
|
||||
|
||||
std::cout << "hi mom !" << std::endl;
|
||||
|
||||
// create app and run
|
||||
App app;
|
||||
app.run();
|
||||
// no freaking way
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user