Logo white

optics / imie

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • imie
  • rtsGUIConsole.h
  • Initial commit.
    da3d4e0e
    dmayerich authored
    2012-11-01 00:52:16 -0500  
    Browse Code ยป
rtsGUIConsole.h 186 Bytes
Edit Raw Blame History
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 */