2016-11-04 01:31:44 +06:00

13 lines
233 B
C

#ifndef _MAIN_H_
#define _MAIN_H_
#include "precompiled.h"
extern DLL_FUNCTIONS *g_pFunctionTable;
extern int localize_string(char *buf);
extern bool OnMetaAttach();
extern void ClientCommand(edict_t *pEdict);
#endif // _MAIN_H_