aboutsummaryrefslogtreecommitdiff
path: root/src/bin/game.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/game.rs')
-rw-r--r--src/bin/game.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bin/game.rs b/src/bin/game.rs
new file mode 100644
index 000000000000..9bf9fc9f9631
--- /dev/null
+++ b/src/bin/game.rs
@@ -0,0 +1,5 @@
+//! The main game UI client
+
+fn main() {
+
+}