Initial commit for tabletop
We'll branch off of main game for a cool quick side project idea for a moment
This commit is contained in:
5
src/offline.zig
Normal file
5
src/offline.zig
Normal file
@@ -0,0 +1,5 @@
|
||||
const client = @import("client.zig");
|
||||
|
||||
pub fn main() void {
|
||||
client.main();
|
||||
}
|
Reference in New Issue
Block a user