mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-12 12:30:31 +00:00
fixed bad declaration
This commit is contained in:
parent
c40e60bfe0
commit
32fe379448
@ -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_ );
|
||||
|
Loading…
x
Reference in New Issue
Block a user