amxmodx/dlls/ns/ns/ns.h
David Anderson d966983354 Fixed makefiles for 64bit error, clean error, and output error
ADDED NEWLINES!! OMG
Corrected some AMD64 casts on ns_amxx
2004-08-22 12:40:24 +00:00

38 lines
553 B
C
Executable File

#ifndef NS_H
#define NS_H
#include <extdll.h>
#include <string.h>
#include "amxxmodule.h"
#include "ns_const.h"
#include "CPlayer.h"
#include "CSpawn.h"
#include "utilfunctions.h"
extern CSpawn ns_spawnpoints;
extern BOOL iscombat;
extern CPlayer g_player[33];
extern edict_t *player_edicts[33]; // Stupid INDEXENT() bug.
extern int gmsgHudText2;
extern AMX_NATIVE_INFO ns_misc_natives[];
extern AMX_NATIVE_INFO ns_pdata_natives[];
extern int ChangeclassForward;
extern int BuiltForward;
////////////////////////////////
#endif // NS_H