fixed bad declaration

This commit is contained in:
mpohoreski 2009-07-14 17:47:09 +00:00
parent c40e60bfe0
commit 32fe379448

View File

@ -70,7 +70,7 @@
void DrawBreakpoints ( int line);
void DrawConsoleInput ();
void DrawConsoleLine ( const char * pText, int y);
void DrawConsoleLine ( const conchar_t * pText, int y);
void DrawConsoleCursor ();
int GetDisassemblyLine( const WORD nOffset, DisasmLine_t & line_ );