module: remove "global events" concept
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
8d669537dc
commit
83d436ffa4
4 changed files with 48 additions and 232 deletions
|
|
@ -61,7 +61,11 @@ test {
|
|||
_ = gfx;
|
||||
_ = math;
|
||||
_ = testing;
|
||||
std.testing.refAllDeclsRecursive(@import("module/Archetype.zig"));
|
||||
std.testing.refAllDeclsRecursive(@import("module/entities.zig"));
|
||||
// std.testing.refAllDeclsRecursive(@import("module/main.zig"));
|
||||
std.testing.refAllDeclsRecursive(@import("module/module.zig"));
|
||||
std.testing.refAllDeclsRecursive(@import("module/StringTable.zig"));
|
||||
std.testing.refAllDeclsRecursive(gamemode);
|
||||
std.testing.refAllDeclsRecursive(math);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue