]> git.localhorst.tv Git - blank.git/blob - src/main.cpp
add SDL2_image library
[blank.git] / src / main.cpp
1 #include "app.hpp"
2
3 using namespace blank;
4
5
6 int main(int argc, char *argv[]) {
7
8         Application app;
9         app.Run();
10
11         return 0;
12
13 }