Skip to content

Commit

Permalink
Update BoneInfo.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion authored Jan 28, 2025
1 parent fca938e commit 8686746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/raylib/BoneInfo.hx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package raylib;

import cpp.CastCharStar;
import cpp.ConstCharStar;

@:native("BoneInfo")
extern class BoneInfo {
public var name:CastCharStar;
public var name:ConstCharStar;
public var parent:Int;
}

0 comments on commit 8686746

Please sign in to comment.