danmaku/main.cpp

9 lines
103 B
C++

#include "application.h"
int main()
{
Application app;
app.registerStates();
app.run();
}