Integrate fix into function generation script
This commit is contained in:
parent
d098e025ad
commit
533cd5a0ad
2 changed files with 5 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue