ROVLib2
RISCOSC++applicationdevelopmentlibrary
wimp_basics.h
1 
3 #pragma once
4 
5 #ifdef __cplusplus
6 extern "C"
7 {
8 #endif
9 
10  typedef int tTaskHandle; // th
11 
13  typedef int tWindowHandle; // wh
14 
16  typedef int tIconHandle; // ih
17 
19  typedef int tCoordinate; // c
20 
22  typedef unsigned char byte; // b
23 
25  typedef struct
26  {
27  tCoordinate cX;
28  tCoordinate cY;
29  } tLocation; // l
30 
31 #ifdef __cplusplus
32 }
33 #endif