mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Fix include filenames
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
#define _GAMESCREEN_H
|
||||
|
||||
#include "Overhead Types.h"
|
||||
#include "fade screen.h"
|
||||
#include "Fade Screen.h"
|
||||
|
||||
#define ARE_IN_FADE_IN( ) ( gfFadeIn || gfFadeInitialized )
|
||||
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
#ifndef __PITS_H
|
||||
#define __PITS_H
|
||||
|
||||
#include "overhead types.h"
|
||||
#include "Overhead Types.h"
|
||||
|
||||
void Add3X3Pit( INT32 iMapIndex );
|
||||
void Add5X5Pit( INT32 iMapIndex );
|
||||
|
||||
Reference in New Issue
Block a user