diff options
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 |
