#include "twn_loop.h" #define SDL_MAIN_HANDLED #include int main(int argc, char **argv) { SDL_SetMainReady(); return enter_loop(argc, argv); }