summary refs log tree commit diff stats
path: root/src/renderer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer.cpp')
-rw-r--r--src/renderer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer.cpp b/src/renderer.cpp index d50901b..99d5389 100644 --- a/src/renderer.cpp +++ b/src/renderer.cpp
@@ -5,9 +5,9 @@
5#include <cstdio> 5#include <cstdio>
6#include <cstring> 6#include <cstring>
7#include <cstdlib> 7#include <cstdlib>
8#include "game.h"
9#include <glm/glm.hpp> 8#include <glm/glm.hpp>
10#include <glm/gtc/matrix_transform.hpp> 9#include <glm/gtc/matrix_transform.hpp>
10#include "consts.h"
11 11
12// include stb_image 12// include stb_image
13#define STB_IMAGE_IMPLEMENTATION 13#define STB_IMAGE_IMPLEMENTATION