Include GameInput.h as gameinput.h for compatibility with non-MSVC toolchains

This commit is contained in:
Sam Lantinga
2024-08-07 17:52:05 -07:00
parent 4c3f9159e9
commit b5b868044f
3 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@
#include <stdbool.h>
#define COBJMACROS
#include <GameInput.h>
#include <gameinput.h>
enum
{

View File

@@ -26,7 +26,7 @@
#include <stdbool.h>
#define COBJMACROS
#include <GameInput.h>
#include <gameinput.h>
#include "../../events/SDL_mouse_c.h"
#include "../../events/SDL_keyboard_c.h"