home *** CD-ROM | disk | FTP | other *** search
- /***************************************
- * toolkit/toolkit.h v1.02
- * © Copyright 1988 Timm Martin
- * All Rights Reserved
- ****************************************/
-
- #ifndef TOOLKIT_TOOLKIT_H
- #define TOOLKIT_TOOLKIT_H
-
- #include <exec/types.h>
-
- #define LATER NULL
- typedef short FLAG;
- typedef unsigned int UINT;
- #define REG register
- #define MAX(a,b) ((a)>(b)?(a):(b))
-
- #endif
-