hlsdk-portable/dlls/enttools.h
2017-11-14 12:03:19 +00:00

16 lines
299 B
C

#ifndef ENTTOOLS_H
#define ENTTOOLS_H
extern cvar_t mp_enttools_maxfire;
extern cvar_t mp_enttools_enable;
bool Ent_ProcessClientCommand( edict_t *player );
void ENT_RegisterCVars( void );
struct EntoolsEntData {
bool enttools; // created by enttools
char ownerid[33];
};
#endif // ENTTOOLS_H