Integrate fix into function generation script

This commit is contained in:
Not-Nik 2022-03-25 16:33:29 +01:00
parent d098e025ad
commit 533cd5a0ad
Failed to generate hash of commit
2 changed files with 5 additions and 2 deletions

View file

@ -9,6 +9,7 @@ const Camera3D = rl.Camera3D;
const CameraMode = rl.CameraMode;
const Color = rl.Color;
const Font = rl.Font;
const GamepadButton = rl.GamepadButton;
const Gestures = rl.Gestures;
const GlyphInfo = rl.GlyphInfo;
const Image = rl.Image;
@ -22,7 +23,6 @@ const Mesh = rl.Mesh;
const Model = rl.Model;
const ModelAnimation = rl.ModelAnimation;
const MouseButton = rl.MouseButton;
const GamepadButton = rl.GamepadButton;
const Music = rl.Music;
const NPatchInfo = rl.NPatchInfo;
const Quaternion = rl.Quaternion;