mirror of
https://github.com/LIV2/WinUAE.git
synced 2025-12-06 00:12:52 +00:00
11 lines
286 B
C
11 lines
286 B
C
#ifndef __DEBUG_WIN32_H__
|
|
#define __DEBUG_WIN32_H__
|
|
|
|
extern int open_debug_window(void);
|
|
extern void close_debug_window(void);
|
|
extern void WriteOutput(const TCHAR *out, int len);
|
|
extern int GetInput (TCHAR *out, int maxlen);
|
|
extern int console_get_gui (TCHAR *out, int maxlen);
|
|
|
|
#endif
|