mirror of
https://github.com/Not-Nik/raylib-zig.git
synced 2025-09-09 03:57:29 +00:00
Remove unneccessary escape for type member
This commit is contained in:
parent
efb7b736db
commit
0378699fcd
@ -797,7 +797,7 @@ pub const FilePathList = extern struct {
|
|||||||
|
|
||||||
pub const AutomationEvent = extern struct {
|
pub const AutomationEvent = extern struct {
|
||||||
frame: c_uint,
|
frame: c_uint,
|
||||||
@"type": c_uint,
|
type: c_uint,
|
||||||
params: [4]c_int,
|
params: [4]c_int,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -797,7 +797,7 @@ pub const FilePathList = extern struct {
|
|||||||
|
|
||||||
pub const AutomationEvent = extern struct {
|
pub const AutomationEvent = extern struct {
|
||||||
frame: c_uint,
|
frame: c_uint,
|
||||||
@"type": c_uint,
|
type: c_uint,
|
||||||
params: [4]c_int,
|
params: [4]c_int,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user