1 2 3 4 5 6 7
#include "crepe/api/LoopManager.h" using namespace crepe; int main(){ LoopManager gameloop; gameloop.start(); return 1; }