Added simple key event processing.

This commit is contained in:
Steven Fuller 2001-08-08 22:42:43 +00:00 committed by Patryk Obara
parent a113617c02
commit 45cf2eb3a1
7 changed files with 81 additions and 49 deletions

View file

@ -596,21 +596,6 @@ typedef enum {
#define gt3poly_vsize 6
/*
Triangle Array Structure
*/
typedef struct trianglearray {
int TA_NumTriangles;
int *TA_ItemPtr;
int *TA_TriangleArray[maxarrtriangles];
} TRIANGLEARRAY;
/*
Function prototypes
*/