#include "crepe/api/LoopManager.h" using namespace crepe; int main(){ LoopManager loop; loop.start(); return 1; }