#include #include "game.h" #include "debug.h" int main(void) { LCR_mapLoad(LCR_map0); LCR_debugPrintCurrentMap(); return 0; }