added request at26450

This commit is contained in:
Borja Ferrer
2006-03-14 16:55:06 +00:00
parent 7dae023a98
commit 9283cbe1c2
5 changed files with 232 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include "pev.h"
#include "forward.h"
#include "fm_tr.h"
#include "glb.h"
extern edict_t *g_player_edicts[33];
@ -45,6 +46,7 @@ extern AMX_NATIVE_INFO forward_natives[];
extern AMX_NATIVE_INFO pdata_natives[];
extern AMX_NATIVE_INFO tr_Natives[];
extern AMX_NATIVE_INFO pev_natives[];
extern AMX_NATIVE_INFO glb_natives[];
extern TraceResult g_tr;
/* Wouldnt modifying the table AFTER it's memcpy'd be ... pointless?