summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server/.gitignore (renamed from .gitignore)0
-rw-r--r--server/Cargo.lock (renamed from Cargo.lock)0
-rw-r--r--server/Cargo.toml (renamed from Cargo.toml)0
-rw-r--r--server/examples/client.rs6
-rw-r--r--server/src/game.rs (renamed from src/game.rs)0
-rw-r--r--server/src/main.rs (renamed from src/main.rs)0
-rw-r--r--server/src/protocol.rs (renamed from src/protocol.rs)0
7 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/server/.gitignore
index ea8c4bf7..ea8c4bf7 100644
--- a/.gitignore
+++ b/server/.gitignore
diff --git a/Cargo.lock b/server/Cargo.lock
index 8d123733..8d123733 100644
--- a/Cargo.lock
+++ b/server/Cargo.lock
diff --git a/Cargo.toml b/server/Cargo.toml
index c0e3dae2..c0e3dae2 100644
--- a/Cargo.toml
+++ b/server/Cargo.toml
diff --git a/server/examples/client.rs b/server/examples/client.rs
new file mode 100644
index 00000000..69c50eaa
--- /dev/null
+++ b/server/examples/client.rs
@@ -0,0 +1,6 @@
+fn main() {
+
+
+
+
+} \ No newline at end of file
diff --git a/src/game.rs b/server/src/game.rs
index 0d1e8c3b..0d1e8c3b 100644
--- a/src/game.rs
+++ b/server/src/game.rs
diff --git a/src/main.rs b/server/src/main.rs
index f688cffe..f688cffe 100644
--- a/src/main.rs
+++ b/server/src/main.rs
diff --git a/src/protocol.rs b/server/src/protocol.rs
index d463a5d3..d463a5d3 100644
--- a/src/protocol.rs
+++ b/server/src/protocol.rs