1 2 3 4 5 6 7 8
#include"includes/Global.hpp" #include"includes/State.hpp" int main() { State program; program.loop(); return 0; }