mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-13 05:48:45 +00:00
Minor tweaks
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user