{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
|
|
@ -32,6 +32,10 @@ pub const Mod = ModSet(modules).Mod;
|
|||
pub const EntityID = @import("module/main.zig").EntityID; // TODO: rename to just Entity?
|
||||
pub const Archetype = @import("module/main.zig").Archetype;
|
||||
|
||||
pub const ModuleID = @import("module/main.zig").ModuleID;
|
||||
pub const EventID = @import("module/main.zig").EventID;
|
||||
pub const AnyEvent = @import("module/main.zig").AnyEvent;
|
||||
|
||||
/// To use experimental sysgpu graphics API, you can write this in your main.zig:
|
||||
///
|
||||
/// ```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue