mirror of
https://github.com/1dot13/source.git
synced 2026-08-26 14:30:26 +02:00
Fixes Upper/Lower Casing for include paths (#487)
* Fixing upper/lower case for includes types.h, zconf.h and zlib.h were renamed so that global includes like Types.h are not used.
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
#ifndef __SCREEN_MANAGER
|
||||
#define __SCREEN_MANAGER
|
||||
|
||||
#include "Types.h"
|
||||
#include "ScreenIds.h"
|
||||
#include "types.h"
|
||||
#include "screenids.h"
|
||||
|
||||
// Each screen in the game comes with a Status flag (what was the last thing the screen was doing), an Initialization
|
||||
// function (which loads up the screen if necessary), a Handler function which is called while the screen is showing and
|
||||
|
||||
Reference in New Issue
Block a user