From 340aa47c4652fe2f0ec5b0e4f293cfff407a0e6c Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 15 Jul 2024 15:00:27 +0200 Subject: add texture import/export system for light client --- light-client/src/game.rs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 light-client/src/game.rs (limited to 'light-client/src/game.rs') diff --git a/light-client/src/game.rs b/light-client/src/game.rs new file mode 100644 index 00000000..fd045f53 --- /dev/null +++ b/light-client/src/game.rs @@ -0,0 +1,4 @@ + +pub struct Game { + +} -- cgit v1.2.3-70-g09d2