// // GNOConsole.h // 2Term // // Created by Kelvin Sherlock on 7/9/2010. // Copyright 2010 __MyCompanyName__. All rights reserved. // #import #import "Emulator.h" #include "iGeometry.h" @interface GNOConsole : NSObject { unsigned _state; iPoint _dca; int _vp[4]; #ifdef __cplusplus class TextPort; TextPort *_textPort; #endif } @end