Blame view

rtsGUIConsole.h 186 Bytes
da3d4e0e   dmayerich   Initial commit.
1
2
3
4
5
6
7
8
9
10
11
12
13
  #ifndef __GUICON_H__
  
  #define __GUICON_H__
  
  //#ifdef _DEBUG
  
  void RedirectIOToConsole(int Xpos = 0, int Ypos = 0, int Width = 700, int Height = 400);
  
  //#endif
  
  #endif
  
  /* End of File */