diff options
Diffstat (limited to 'src/gameCommon.h')
-rw-r--r-- | src/gameCommon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gameCommon.h b/src/gameCommon.h index 4c22664..d1d78ee 100644 --- a/src/gameCommon.h +++ b/src/gameCommon.h @@ -34,6 +34,8 @@ typedef struct Entity Entity; #define ALLOCATION_ERROR TraceLog(LOG_ERROR, "Allocation error in %s:%d", __FILE__, __LINE__) +typedef Vector3 Triangle3D[3]; + // Errors. typedef enum KfError { KFERROR = -1, |