summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
diff options
context:
space:
mode:
authorRay <[email protected]>2023-10-30 13:29:14 +0100
committerRay <[email protected]>2023-10-30 13:29:14 +0100
commitb8fce54c0fc443c76dcac7c7e1adba9fd7e2a4df (patch)
treeafab7c839edcb49e3872d7c80a46eecb0cc697d4 /src/raylib.h
parentabdebc244d41508c246a3a604f9f8b94d5758704 (diff)
downloadraylib-b8fce54c0fc443c76dcac7c7e1adba9fd7e2a4df.tar.gz
raylib-b8fce54c0fc443c76dcac7c7e1adba9fd7e2a4df.zip
Minor tweaks
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h2
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)