initial import of radio message - UNTESTED, DO NOT EVEN TRY LOL

added supported mods for radio messages into core gameconf
various internal fixes/improvements for menus

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40786
This commit is contained in:
David Anderson
2007-05-13 05:51:30 +00:00
parent 11bd835e55
commit 94c0783d5c
11 changed files with 481 additions and 45 deletions
-8
View File
@@ -617,14 +617,6 @@ namespace SourceMod
*/
virtual IMenuStyle *GetDefaultStyle() =0;
/**
* @brief Sets the default draw style Core uses.
*
* @param style Menu style.
* @return True on success, false on failure.
*/
virtual bool SetDefaultStyle(IMenuStyle *style) =0;
/**
* @brief Given a set of menu states, converts it to an IDisplay object.
*