Added Bone Info Functions

* Added functions to get info on bones
* Fixed ColorKey() flipping images if color is not -1
This commit is contained in:
n00b87
2026-01-27 23:56:30 -06:00
parent a2c4eba1e2
commit 61e55f72f6
9 changed files with 514 additions and 291 deletions

View File

@@ -593,6 +593,4 @@ bool rc_getMeshBuffer(int mesh_id, int buffer_index, double* vertex_data, double
}
#endif // RC_MESH_H_INCLUDED