home *** CD-ROM | disk | FTP | other *** search
- class RMainServ : public RSessionBase
- {
- public:
- RMainServ();
- CFrotzAppUi *GetApp();
- TInt Connect(struct sg *g);
- TVersion Version() const;
- void Printf(struct sg *g, const char *msg);
- unsigned short GetCh(struct sg *g);
- void KeyTimer(struct sg *g,int delay);
- void Exit(struct sg *g);
- void EraseRect(struct sg *g, int top, int left, int bottom, int right, int rev);
- void Scroll(struct sg *g, int top, int left, int bottom, int right, int units, int rev);
- void Cursor(struct sg *g, int cursor);
- void TextAttr(struct sg *g, int attr);
- void PutChar(struct sg *g, int x, int y, unsigned char c);
- void PutString(struct sg *g, int x, int y, unsigned char *s);
- void SetCursor(struct sg *g, int x, int y);
- int DlgOpen(struct sg *g, char *pathname, char *filename);
- int DlgSave(struct sg *g, char *pathname, char *filename);
- void GetStoryName(char *sn);
- };
-