mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-09 15:19:13 +02:00
fix order
This commit is contained in:
parent
5b7c7dfdf5
commit
dff890610e
1 changed files with 2 additions and 2 deletions
|
|
@ -21,5 +21,5 @@ pub const CustomCommandInfo = struct {
|
|||
counter: u32 = 0,
|
||||
};
|
||||
|
||||
pub var binds: std.StringHashMap(CustomCommandBind) = undefined;
|
||||
pub var labels: std.StringHashMap(CustomCommandInfo) = undefined;
|
||||
pub var binds: std.StringArrayHashMap(CustomCommandBind) = undefined;
|
||||
pub var labels: std.StringArrayHashMap(CustomCommandInfo) = undefined;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue