r5sdk/r5dev/public/icvar.h
2022-08-09 17:18:07 +02:00

10 lines
317 B
C

#ifndef ICVAR_H
#define ICVAR_H
//-----------------------------------------------------------------------------
// ConVars/ComCommands are marked as having a particular DLL identifier
//-----------------------------------------------------------------------------
typedef int CVarDLLIdentifier_t;
#endif // ICVAR_H