mirror of
https://github.com/rehlds/relocalizebugfix.git
synced 2025-03-29 13:39:01 +03:00
13 lines
233 B
C
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_
|