{module,Audio}: ability to store event name and send it later
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
d690814b16
commit
33bfdee520
5 changed files with 86 additions and 37 deletions
|
|
@ -7,6 +7,9 @@ pub const Entities = @import("entities.zig").Entities;
|
|||
pub const Archetype = @import("Archetype.zig");
|
||||
pub const ModSet = @import("module.zig").ModSet;
|
||||
pub const Modules = @import("module.zig").Modules;
|
||||
pub const ModuleID = @import("module.zig").ModuleID;
|
||||
pub const EventID = @import("module.zig").EventID;
|
||||
pub const AnyEvent = @import("module.zig").AnyEvent;
|
||||
|
||||
test {
|
||||
std.testing.refAllDeclsRecursive(@This());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue