home *** CD-ROM | disk | FTP | other *** search
- // func void PickingWindow_Create ()
- typedef func void TYPE_PickingWindow_Create ();
- var TYPE_PickingWindow_Create PickingWindow_Create;
-
- // func i32x PickingWindow_Event (i32x _iComponentID,i32x _iEvent)
- typedef func i32x TYPE_PickingWindow_Event (i32x _iComponentID,i32x _iEvent);
- var TYPE_PickingWindow_Event PickingWindow_Event;
-
- // func void PickingWindow_Init ()
- typedef func void TYPE_PickingWindow_Init ();
- var TYPE_PickingWindow_Init PickingWindow_Init;
-
-
- // -------------------------------------------------------------------------------
-
-
- // Structure declaration
- typedef struct sPickingWindow
- {
- ObjectFunc oFunc;
- f32x fSizeX;
- f32x fSizeY;
- f32x fPosX;
- f32x fPosY;
- f32x fMousePosX;
- f32x fMousePosY;
- f32x fX;
- f32x fY;
- } sPickingWindow;
-
- var sPickingWindow oPickingWindow;
-