fix GL header inclusion in AddExtraKeys.cpp

This commit is contained in:
HJfod 2025-03-15 21:20:46 +02:00
parent ac1de8abf1
commit 5c5c123058

View file

@ -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>