medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 1d8d3d821527ba498e32fae6c1b96aadaf5fbb9b
parent 5fc121bf81d1b74643566d7c0207c8245a7e836d
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Fri Dec 30 12:50:49 +0200

GLFW_INCLUDE_NONE to be safe

Diffstat:
profiler.cc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/profiler.cc b/profiler.cc @@ -7,6 +7,7 @@ #include "strlcpy.h" #include "log.h" +#define GLFW_INCLUDE_NONE #include <GLFW/glfw3.h> struct Timer {