Add matrix_3x4 and bone_matrix to sdk.h

This commit is contained in:
8dcc 2023-07-28 23:12:20 +02:00
parent 8d735ece89
commit 3a514789a7
1 changed files with 3 additions and 0 deletions

View File

@ -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