From 70feced202e2c7ed94611e0d0e978cfe833387f8 Mon Sep 17 00:00:00 2001 From: Adrian Hedqvist Date: Thu, 16 Nov 2017 21:07:34 +0100 Subject: [PATCH] Fix building with sdl2main.lib on windows --- README.md | 2 ++ src/Main.cpp | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index c716357..53062e6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/Main.cpp b/src/Main.cpp index e50bc7b..acb4dd3 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -1,3 +1,4 @@ +#include "SDL.h" #include "App.h" int main(int argc, char* argv[]) {