From 3a514789a7ee04212cd78ed74196cf50f20fb541 Mon Sep 17 00:00:00 2001 From: 8dcc <8dcc.git@gmail.com> Date: Fri, 28 Jul 2023 23:12:20 +0200 Subject: [PATCH] Add matrix_3x4 and bone_matrix to sdk.h --- src/include/sdk.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/include/sdk.h b/src/include/sdk.h index abf4494..60c37cc 100644 --- a/src/include/sdk.h +++ b/src/include/sdk.h @@ -32,6 +32,9 @@ /* engine_studio_api_t */ #include "sdk/common/r_studioint.h" +typedef float matrix_3x4[3][4]; +typedef matrix_3x4 bone_matrix[128]; + /* * Credits: * https://github.com/UnkwUsr/hlhax/blob/26491984996c8389efec977ed940c5a67a0ecca4/src/sdk.h#L45