Bumped IForwardSys

--HG--
branch : sourcemod-1.0.x
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.0.x%402387
This commit is contained in:
Scott Ehlert 2008-07-08 21:16:31 +00:00
parent b58e7177ed
commit e6a84801d2

View File

@ -50,7 +50,7 @@
using namespace SourcePawn; using namespace SourcePawn;
#define SMINTERFACE_FORWARDMANAGER_NAME "IForwardManager" #define SMINTERFACE_FORWARDMANAGER_NAME "IForwardManager"
#define SMINTERFACE_FORWARDMANAGER_VERSION 2 #define SMINTERFACE_FORWARDMANAGER_VERSION 3
/* /*
* There is some very important documentation at the bottom of this file. * There is some very important documentation at the bottom of this file.