mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-29 06:07:57 +03:00
Reworked file inclusion (using relative path)
This commit is contained in:
parent
2ac8f3e39d
commit
c287638f99
67 changed files with 147 additions and 146 deletions
|
@ -50,15 +50,15 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
|
||||
#elif defined ( GAME_DLL )
|
||||
|
||||
#include <hud.h>
|
||||
#include "hud.h"
|
||||
|
||||
#include "../fgame/dm_team.h"
|
||||
#include "../fgame/player.h"
|
||||
#include "../fgame/entity.h"
|
||||
#include "../fgame/huddraw.h"
|
||||
#include "../fgame/weaputils.h"
|
||||
#include "../fgame/camera.h"
|
||||
#include "../fgame/consoleevent.h"
|
||||
#include "dm_team.h"
|
||||
#include "player.h"
|
||||
#include "entity.h"
|
||||
#include "huddraw.h"
|
||||
#include "weaputils.h"
|
||||
#include "camera.h"
|
||||
#include "consoleevent.h"
|
||||
|
||||
#define SCRIPT_Printf gi.Printf
|
||||
#define SCRIPT_DPrintf gi.DPrintf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue