Watch
2
0
Fork
You've already forked raylib-cs
0

Updated enums + cleanup

- Enums updated to match current raylib version. Also moved around to the order matches.
This commit is contained in:
Rgebee 2018-12-03 16:14:27 +00:00
commit d76e1f3c96
3 changed files with 304 additions and 240 deletions

View file

@ -674,6 +674,5 @@ namespace Raylib
public static extern Quaternion QuaternionTransform(Quaternion q, Matrix mat);
#endregion
}
}