mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-04-22 08:50:48 +00:00
added missing include
This commit is contained in:
parent
c0f3125d38
commit
6ac94b3609
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
#ifndef G_MAIN_H
|
||||
#define G_MAIN_H
|
||||
|
||||
#include "g_local.h"
|
||||
|
||||
extern int numKilled;
|
||||
extern holoData_t holoData;
|
||||
extern qboolean levelExiting;
|
||||
|
|
Loading…
Reference in a new issue