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