#include "PocketDungeon.h" #include extern "C" { int main(int argc, char* argv[]) { (void) argc; (void) argv; registerApp(); return 0; } }