mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-15 01:11:25 +00:00
10 lines
No EOL
144 B
C
10 lines
No EOL
144 B
C
#ifndef G_MAIN_H
|
|
#define G_MAIN_H
|
|
|
|
#include "g_local.h"
|
|
|
|
extern int numKilled;
|
|
extern holoData_t holoData;
|
|
extern qboolean levelExiting;
|
|
|
|
#endif |