Fixed small ifdef bug, added quick-sfml-templates fps graph

This commit is contained in:
MitchellHansen
2017-03-12 00:00:20 -08:00
parent b7d4191d82
commit 033e29d9b1
3 changed files with 59 additions and 16 deletions

View File

@@ -3,7 +3,7 @@
#include <util.hpp>
#include <cstring>
#ifdef defined _WIN32
#ifdef _WIN32
#define GLEW_STATIC
#include <GL/glew.h>