#include"includes/Global.hpp" #include"includes/State.hpp" int main() { State program; program.loop(); return 0; }