aboutsummaryrefslogtreecommitdiff
path: root/src/root.zig
blob: 62b33981daaa19fbaa7aa0a0557b1e8c883f9a3c (plain)
1
2
3
4
5
6
7
8
const std = @import("std");
const testing = std.testing;

const entity = @import("ecs/entity.zig");

test {
    _ = entity;
}