mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 02:18:35 +00:00
Add define included
This commit is contained in:
parent
9e3ed67185
commit
e030bb4451
@ -30,6 +30,11 @@
|
||||
* Version: $Id$
|
||||
*/
|
||||
|
||||
#if defined _convars_included
|
||||
#endinput
|
||||
#endif
|
||||
#define _convars_included
|
||||
|
||||
/**
|
||||
* Console variable bound values used with Get/SetConVarBounds()
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user