aboutsummaryrefslogtreecommitdiff
path: root/light-client/src/main.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-16 17:51:59 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-16 17:51:59 +0200
commit9dfc5afb299ed74b277735bcf06f47b52f68caee (patch)
tree2a6cd5f5197e4d616c8907482698bfa781aab466 /light-client/src/main.rs
parent14a4379a68f5e514ddeed82ef8f385d4acc9b4d1 (diff)
downloadhurrycurry-9dfc5afb299ed74b277735bcf06f47b52f68caee.tar
hurrycurry-9dfc5afb299ed74b277735bcf06f47b52f68caee.tar.bz2
hurrycurry-9dfc5afb299ed74b277735bcf06f47b52f68caee.tar.zst
a
Diffstat (limited to 'light-client/src/main.rs')
-rw-r--r--light-client/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/light-client/src/main.rs b/light-client/src/main.rs
index b00ba734..a1c02475 100644
--- a/light-client/src/main.rs
+++ b/light-client/src/main.rs
@@ -29,6 +29,7 @@ pub mod game;
pub mod network;
pub mod sprite_renderer;
pub mod tilemap;
+pub mod render;
fn main() {
env_logger::init_from_env("LOG");