summaryrefslogtreecommitdiffhomepage
path: root/cheatsheet/raylib_structs.c
diff options
context:
space:
mode:
authorRay <[email protected]>2023-11-10 13:16:21 +0100
committerRay <[email protected]>2023-11-10 13:16:21 +0100
commit7e85a2255c3fcf4f2811110eb492135ac6da0344 (patch)
tree604f8f28bf689e1c0315cc66797c96c5ce15901e /cheatsheet/raylib_structs.c
parentc20df08ebdb4684fb1a572efe1b1ea395aa0fb22 (diff)
downloadraylib.com-7e85a2255c3fcf4f2811110eb492135ac6da0344.tar.gz
raylib.com-7e85a2255c3fcf4f2811110eb492135ac6da0344.zip
Update cheatsheet for raylib 5.0
Diffstat (limited to 'cheatsheet/raylib_structs.c')
-rw-r--r--cheatsheet/raylib_structs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cheatsheet/raylib_structs.c b/cheatsheet/raylib_structs.c
index e271600..38101a4 100644
--- a/cheatsheet/raylib_structs.c
+++ b/cheatsheet/raylib_structs.c
@@ -36,3 +36,6 @@
struct VrStereoConfig; // VrStereoConfig, VR stereo rendering configuration for simulator
struct FilePathList; // File path list
+
+ struct AutomationEvent; // Automation event
+ struct AutomationEventList; // Automation event list