This website works better with JavaScript
Home
Explore
Help
Sign In
cpp
/
love2d.love
mirror of
https://github.com/love2d/love.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Made sure the launcher uses SDLmain (by including SDL.h)
Bart van Strien
13 years ago
parent
eb7a758691
commit
fd34c21d76
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
src/launcher.cpp
+ 1
- 0
src/launcher.cpp
View File
@@ -19,6 +19,7 @@
**/
#include <common/config.h>
+#include <SDL.h>
extern "C"
{