mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-29 14:19:51 -04:00
fix GL header inclusion in AddExtraKeys.cpp
This commit is contained in:
parent
ac1de8abf1
commit
5c5c123058
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
#include <Geode/DefaultInclude.hpp>
|
||||
|
||||
#ifdef GEODE_IS_WINDOWS
|
||||
// GLEW needs to be included before GL but GLFW3 doesn't do that so this is
|
||||
// just to make sure all of the GL-related headers are in order
|
||||
#include <Geode/cocos/include/cocos2d.h>
|
||||
#include <Geode/cocos/robtop/glfw/glfw3.h>
|
||||
#include <Geode/cocos/robtop/keyboard_dispatcher/CCKeyboardDispatcher.h>
|
||||
#include <Geode/cocos/robtop/keyboard_dispatcher/CCKeyboardDelegate.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue