From 2ba0b794eaa612524c08626682bb2fe990159a42 Mon Sep 17 00:00:00 2001 From: Ruben Gonzalez Date: Fri, 8 Aug 2014 10:57:38 -0400 Subject: [PATCH] Added note to know what version OnCoreMapEnd was added to. --- public/IExtensionSys.h | 1 + 1 file changed, 1 insertion(+) diff --git a/public/IExtensionSys.h b/public/IExtensionSys.h index 34e45a2b..8e008b0e 100644 --- a/public/IExtensionSys.h +++ b/public/IExtensionSys.h @@ -135,6 +135,7 @@ namespace SourceMod * * V6 - added TestFeature() to IShareSys. * V7 - added OnDependenciesDropped() to IExtensionInterface. + * V8 - added OnCoreMapEnd() to IExtensionInterface. */ #define SMINTERFACE_EXTENSIONAPI_VERSION 8