diff options
author | chai <chaifix@163.com> | 2019-12-17 00:53:44 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-12-17 00:53:44 +0800 |
commit | c3f45735ecfab6e567be371758f21395e92dfef6 (patch) | |
tree | bb52668d69b2547faf114537e5e44940c3c25613 /src/main.c | |
parent | 6d5afcc8380ee9159d3e6c406c9184b22f14e81d (diff) |
*misc
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -11,11 +11,6 @@ SDL_Surface* suf; #define SCREEN_WIDTH 600 #define SCREEN_HEIGHT 480 -// -//#define SCREEN_WIDTH 800 -//#define SCREEN_HEIGHT 600 -// - typedef void(*F)(void*); F onload; F onupdate; |