aboutsummaryrefslogtreecommitdiff
path: root/src/gameCommon.h
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-07-21 13:48:02 -0600
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-07-21 13:48:02 -0600
commita408b352f13df546b2262ca01cf162b60891cdae (patch)
tree6a7f7053efbf01c65cb82df4478721c3a818f07a /src/gameCommon.h
parentd4b40dcf7589bef2bbd0b6b940ee992da9db2343 (diff)
Sonic fast collision
Diffstat (limited to 'src/gameCommon.h')
-rw-r--r--src/gameCommon.h2
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,