diff options
| author | Ray <[email protected]> | 2023-10-30 13:29:14 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-10-30 13:29:14 +0100 |
| commit | b8fce54c0fc443c76dcac7c7e1adba9fd7e2a4df (patch) | |
| tree | afab7c839edcb49e3872d7c80a46eecb0cc697d4 /src/raylib.h | |
| parent | abdebc244d41508c246a3a604f9f8b94d5758704 (diff) | |
| download | raylib-b8fce54c0fc443c76dcac7c7e1adba9fd7e2a4df.tar.gz raylib-b8fce54c0fc443c76dcac7c7e1adba9fd7e2a4df.zip | |
Minor tweaks
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h index 115e2be9..3f6328ad 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -506,7 +506,7 @@ typedef struct FilePathList { char **paths; // Filepaths entries } FilePathList; -// Automation event (opaque struct) +// Automation event typedef struct AutomationEvent { unsigned int frame; // Event frame unsigned int type; // Event type (AutomationEventType) |
