Fix building with sdl2main.lib on windows

This commit is contained in:
Adrian Hedqvist 2017-11-16 21:07:34 +01:00
parent 6052c41376
commit 70feced202
2 changed files with 3 additions and 0 deletions

View file

@ -2,6 +2,8 @@
A work-in-progress, cross-platform roguelike written in C++ using SDL2 and OpenGL.
![Screenshot](https://i.imgur.com/apzKOmm.png)
## Compiling
### Linux

View file

@ -1,3 +1,4 @@
#include "SDL.h"
#include "App.h"
int main(int argc, char* argv[]) {