no message

This was SVN commit r766.
This commit is contained in:
NoMonkey 2004-07-17 06:14:23 +00:00
parent 0ed69b0975
commit 3bf8a5255b
3 changed files with 13 additions and 0 deletions

Binary file not shown.

View File

@ -116,6 +116,7 @@ void CConsole::RegisterFunc(fptr F, const wchar_t* szName)
delete[] copy;
}
void CConsole::Update(const float DeltaTime)
{
if(m_bToggle)

View File

@ -1,3 +1,15 @@
/***************************************************************************************
AUTHOR: John M. Mena
EMAIL: JohnMMena@hotmail.com
FILE: CConsole.h
CREATED: 12/3/03
COMPLETED: NULL
DESCRIPTION: The class CConsole provides an interface to the
scripting abilities of an engine.
****************************************************************************************/
#include <stdarg.h>
#include <string>
#include <deque>