Added simple key event processing.
This commit is contained in:
parent
a113617c02
commit
45cf2eb3a1
7 changed files with 81 additions and 49 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue