Bintools extension no longer needs a separate build for each engine (bug 4548, r=dvander).
This commit is contained in:
+9
-1
@@ -2,7 +2,7 @@
|
||||
* vim: set ts=4 sw=4 :
|
||||
* =============================================================================
|
||||
* SourceMod
|
||||
* Copyright (C) 2004-2009 AlliedModders LLC. All rights reserved.
|
||||
* Copyright (C) 2004-2010 AlliedModders LLC. All rights reserved.
|
||||
* =============================================================================
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it under
|
||||
@@ -737,5 +737,13 @@ int SourceModBase::GetPluginId()
|
||||
return g_PLID;
|
||||
}
|
||||
|
||||
int SourceModBase::GetShApiVersion()
|
||||
{
|
||||
int api, impl;
|
||||
g_SMAPI->GetShVersions(api, impl);
|
||||
|
||||
return api;
|
||||
}
|
||||
|
||||
SMGlobalClass *SMGlobalClass::head = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user