mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-08 19:08:31 +00:00
bumped version number for sourcehook v5
--HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40398
This commit is contained in:
parent
ca753a414a
commit
3ba6a05273
@ -38,7 +38,8 @@
|
|||||||
* 8: New SourceHook version (2005-12-23)
|
* 8: New SourceHook version (2005-12-23)
|
||||||
* New ISmmAPI additions
|
* New ISmmAPI additions
|
||||||
* 9: New ISmmPluginManager additions
|
* 9: New ISmmPluginManager additions
|
||||||
* C 10: Added VSP listen functions to ISmmAPI and IMetamodListener (2007-02-09)
|
* 10: Added VSP listen functions to ISmmAPI and IMetamodListener (2007-02-09)
|
||||||
|
* C 11: New SourceHook version V5 (May, 2007)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLAPI_MIN_VERSION 7
|
#define PLAPI_MIN_VERSION 7
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
#include <sourcehook/sourcehook.h>
|
#include <sourcehook/sourcehook.h>
|
||||||
#include "ISmmAPI.h"
|
#include "ISmmAPI.h"
|
||||||
|
|
||||||
#define PLAPI_VERSION 10
|
#define PLAPI_VERSION 11
|
||||||
#define PLAPI_NAME "ISmmPlugin"
|
#define PLAPI_NAME "ISmmPlugin"
|
||||||
|
|
||||||
class ISmmAPI;
|
class ISmmAPI;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user