home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- * "Irit" - the 3d polygonal solid modeller. *
- * *
- * Written by: Gershon Elber Ver 0.2, Mar. 1990 *
- ******************************************************************************
- * General, visible to others, definitions for the windows module. *
- *****************************************************************************/
-
- #ifndef WINDOWS_GH /* Define only once. */
- #define WINDOWS_GH
-
- /* Prototypes of the windows module functions: */
- #ifdef __MSDOS__
- void WndwClaimStatus(void);
- void WndwReclaimStatus(void);
- void WndwStatusWindowUpdate(void);
- #endif /* __MSDOS__ */
-
- void WndwPause(RealType *R);
- void WndwLogPrint(RealType *Set);
- void WndwInputWindowPutStr(char *Msg);
- void WndwInputWindowGetStr(char *Str, int Length);
- void WndwViewGeomObject(ObjectStruct *PObj, RealType *ClearWindow);
-
- #endif /* WINDOWS_GH */
-