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