fixed a namespace collision
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40364
This commit is contained in:
parent
f5eab0e777
commit
3b2f126221
@ -2,6 +2,7 @@
|
||||
#define _INCLUDE_SOURCEMOD_MAIN_HELPER_INTERFACE_H_
|
||||
|
||||
#include <IShareSys.h>
|
||||
#include <sp_vm_api.h>
|
||||
|
||||
#define SMINTERFACE_SOURCEMOD_NAME "ISourceMod"
|
||||
#define SMINTERFACE_SOURCEMOD_VERSION 1
|
||||
@ -82,7 +83,7 @@ namespace SourceMod
|
||||
*/
|
||||
virtual size_t FormatString(char *buffer,
|
||||
size_t maxlength,
|
||||
IPluginContext *pContext,
|
||||
SourcePawn::IPluginContext *pContext,
|
||||
const cell_t *params,
|
||||
unsigned int param) =0;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user