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