mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-13 11:10:13 +01:00
17 lines
126 B
C
17 lines
126 B
C
#ifndef __GUICON_H__
|
|
#define __GUICON_H__
|
|
|
|
#ifdef _DEBUG
|
|
|
|
void RedirectIOToConsole();
|
|
|
|
#endif
|
|
|
|
|
|
#endif
|
|
|
|
/* End of File */
|
|
|
|
|
|
|