home *** CD-ROM | disk | FTP | other *** search
Wrap
@DATABASE "pLayer/Rect.h" @MASTER "Work2:AD/IInc/pLayer/Rect.h" @REMARK This file was created by ADtoHT 2.0 on 11-Mär-97 13:35:19 @REMARK Do not edit @REMARK ADtoHT is © 1993-1995 Christian Stieber @NODE MAIN "pLayer/Rect.h" @TOC "__pOS_Dev.guide/MAIN" @{"pLayer/Rect.h" LINK File} @{b}Structures@{ub} @{"pOS_IBox" LINK "pLayer/Rect.h/File" 42} @{"pOS_Point" LINK "pLayer/Rect.h/File" 26} @{"pOS_Rectangle" LINK "pLayer/Rect.h/File" 17} @{"pOS_WBox" LINK "pLayer/Rect.h/File" 50} @{"pOS_WPoint" LINK "pLayer/Rect.h/File" 34} @ENDNODE @NODE File "pLayer/Rect.h" #ifndef __INC_POS_PLAYER_RECT_H #define __INC_POS_PLAYER_RECT_H /******************************************************************* Includes Release 24 (C) Copyright 1995-1997 proDAD All Rights Reserved $AUT Holger Burkarth $DAT >>Rect.h<< 31 Jul 1996 10:33:25 - (C) ProDAD *******************************************************************/ #ifndef __INC_POS_PEXEC_TYPES_H #include <@{"pExec/Types.h" LINK "pExec/Types.h/File"}> #endif /*---------------------------------- -----------------------------------*/ struct pOS_Rectangle { @{"SLONG" LINK "pExec/Types.h/File" 90} MinX,MinY; @{"SLONG" LINK "pExec/Types.h/File" 90} MaxX,MaxY; }; /*---------------------------------- -----------------------------------*/ struct pOS_Point { @{"SLONG" LINK "pExec/Types.h/File" 90} X,Y; }; /*---------------------------------- -----------------------------------*/ struct pOS_WPoint { @{"SWORD" LINK "pExec/Types.h/File" 92} X,Y; }; /*---------------------------------- -----------------------------------*/ struct pOS_IBox { @{"SLONG" LINK "pExec/Types.h/File" 90} Left,Top; @{"SLONG" LINK "pExec/Types.h/File" 90} Width,Height; }; /*---------------------------------- -----------------------------------*/ struct pOS_WBox { @{"SWORD" LINK "pExec/Types.h/File" 92} Left,Top; @{"SWORD" LINK "pExec/Types.h/File" 92} Width,Height; }; #endif @ENDNODE