1 2 3 4 5 6 7 8 9 10 11 12 13
#ifndef _ASURA_RUNNER_MAIN_H_ #define _ASURA_RUNNER_MAIN_H_ #include <SDL2/SDL.h> /// SDL int main(int args, char* argv[]) { return 0; } #endif