exposed the interface since the API is almost stable

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40787
This commit is contained in:
David Anderson 2007-05-13 05:53:36 +00:00
parent 94c0783d5c
commit 32a472fccf

View File

@ -20,6 +20,7 @@
#include "sourcemm_api.h"
#include "PlayerManager.h"
#include "MenuStyle_Valve.h"
#include "ShareSys.h"
MenuManager g_Menus;
@ -148,6 +149,7 @@ MenuManager::MenuManager()
void MenuManager::OnSourceModAllInitialized()
{
g_ShareSys.AddInterface(NULL, this);
}
void MenuManager::OnSourceModAllShutdown()