Merge pull request #376 from s3bul/convars/define

Add missing include guard for convars.inc
This commit is contained in:
Asher Baker 2015-08-19 19:33:04 +01:00
commit ee2a408d44

View File

@ -30,6 +30,11 @@
* Version: $Id$
*/
#if defined _convars_included
#endinput
#endif
#define _convars_included
/**
* Console variable bound values used with Get/SetConVarBounds()
*/