fix the leaks

Former-commit-id: 58d77ab827
This commit is contained in:
Jarred Sumner
2021-06-04 02:47:07 -07:00
parent 21a1134de3
commit fa2f60cdd5
15 changed files with 21593 additions and 572 deletions

View File

@@ -16,3 +16,5 @@ pub fn stop(timer: *Timer) void {
pub fn seconds(timer: *const Timer) f64 {
return @intToFloat(f64, timer.elapsed) / std.time.ns_per_s;
}
pub const Group = struct {};