diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-08-08 22:42:43 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:36 +0200 |
| commit | 45cf2eb3a194d53ccdd05a75b46e472a01359abf (patch) | |
| tree | 224ba4ba67816976e987030111e29916f43598b3 /src/win95/platform.h | |
| parent | a113617c026d00770c0a01b292386bd1857f5a6a (diff) | |
Added simple key event processing.
Diffstat (limited to 'src/win95/platform.h')
| -rw-r--r-- | src/win95/platform.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/win95/platform.h b/src/win95/platform.h index ec5085b..0c3bcab 100644 --- a/src/win95/platform.h +++ b/src/win95/platform.h @@ -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 */ |
