mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-01-18 15:31:48 +00:00
Fix case error for linux -> win32 cross compile
This commit is contained in:
parent
d82708b448
commit
a83add6ea9
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
#include <windows.h>
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL2/SDL_Main.h>
|
||||
#include <SDL2/SDL_main.h>
|
||||
|
||||
#include "../../common/header/common.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue