This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
neercs
mirror of
https://github.com/cacalabs/neercs.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
build: hide the SDL_main.h inclusion in core.h, and only activate it
on Windows if using Visual Studio; if using MinGW, try to stick to the original main() entry point.
master
Sam Hocevar
12 years ago
parent
c96a41ca7d
commit
a513bfce2a
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
neercs/neercs.cpp
+ 0
- 4
neercs/neercs.cpp
View File
@@ -27,10 +27,6 @@
# include <cmath>
#endif
#if USE_SDL
# include <SDL_main.h>
#endif
#include <time.h>
#include <caca.h>
Write
Preview
Loading…
Cancel
Save