Merge pull request #376 from s3bul/convars/define
Add missing include guard for convars.inc
This commit is contained in:
commit
ee2a408d44
@ -30,6 +30,11 @@
|
|||||||
* Version: $Id$
|
* Version: $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if defined _convars_included
|
||||||
|
#endinput
|
||||||
|
#endif
|
||||||
|
#define _convars_included
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Console variable bound values used with Get/SetConVarBounds()
|
* Console variable bound values used with Get/SetConVarBounds()
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user