From a408b352f13df546b2262ca01cf162b60891cdae Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Fri, 21 Jul 2023 13:48:02 -0600 Subject: Sonic fast collision --- src/gameCommon.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gameCommon.h') 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, -- cgit v1.2.3