Implementing the rigiddynamic api

This commit is contained in:
bloeys
2022-01-28 05:49:27 +04:00
parent 2648e5743e
commit ce662775a4
14 changed files with 446 additions and 21 deletions

View File

@ -11,6 +11,7 @@ extern "C" {
};
CPxAPI CPxInline CSTRUCT CPxQuat NewCPxQuat(float angleRads, float x, float y, float z);
CPxAPI CPxInline CSTRUCT CPxQuat NewCPxQuatXYZW(float x, float y, float z, float w);
#ifdef __cplusplus
}