Blame view

rtsGUIConsole.h 198 Bytes
0c9bf8ae   dmayerich   Case-sensitive er...
1
2
3
4
5
6
7
8
9
10
11
12
  #ifndef __GUICON_H__

  

  #define __GUICON_H__

  

  //#ifdef _DEBUG

  

  void RedirectIOToConsole(int Xpos = 0, int Ypos = 0, int Width = 700, int Height = 400);

  

  //#endif

  

  #endif

  

da3d4e0e   dmayerich   Initial commit.
13
  /* End of File */