aboutsummaryrefslogtreecommitdiff
path: root/include/mt_opengl.h
diff options
context:
space:
mode:
authornumzero <numzer0@yandex.ru>2023-02-22 20:59:47 +0300
committernumzero <numzer0@yandex.ru>2023-02-22 21:11:12 +0300
commit5a95b40a0eb2a871492855d291f1e8461bca8d5d (patch)
tree0300db63a07b408554384a7bb046f979a42ca2d5 /include/mt_opengl.h
parent8efd4527f6553747384858da420bfab53c23e1e5 (diff)
downloadirrlicht-5a95b40a0eb2a871492855d291f1e8461bca8d5d.tar.xz
Reduce IrrCompileConfig usage to files that actually need it
Diffstat (limited to 'include/mt_opengl.h')
-rwxr-xr-xinclude/mt_opengl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mt_opengl.h b/include/mt_opengl.h
index e7876cf..7b76cd9 100755
--- a/include/mt_opengl.h
+++ b/include/mt_opengl.h
@@ -5,7 +5,7 @@
#include <string>
#include <unordered_set>
-#include "IrrCompileConfig.h"
+#include "IrrCompileConfig.h" // for IRRLICHT_API
#include "irrTypes.h"
#include "IContextManager.h"
#include <KHR/khrplatform.h>