home *** CD-ROM | disk | FTP | other *** search
- /**********************************************************************/
- /* qm2patch.h */
- /* */
- /* Copyright (C) 1992, Bernard Kwok */
- /* All rights reserved. */
- /* Revision 1.0 */
- /* May, 1992 */
- /**********************************************************************/
- #include "MxMatrix.h"
-
- #define FALSE 0
- #define TRUE 1
-
- typedef float surface[100][100][5];
- typedef float vector[4];
- typedef float matrix[4][4];
- typedef struct {
- float red;
- float green;
- float blue;
- } Colour;
-