diff options
| author | Ray <[email protected]> | 2023-11-10 13:16:21 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-11-10 13:16:21 +0100 |
| commit | 7e85a2255c3fcf4f2811110eb492135ac6da0344 (patch) | |
| tree | 604f8f28bf689e1c0315cc66797c96c5ce15901e /cheatsheet/raylib_structs.c | |
| parent | c20df08ebdb4684fb1a572efe1b1ea395aa0fb22 (diff) | |
| download | raylib.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.c | 3 |
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 |
