From e04589e8b766882375a30c00fb715687a7cc9821 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 15 Jul 2024 15:30:51 +0200 Subject: atlas packing --- light-client/src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'light-client/src') diff --git a/light-client/src/main.rs b/light-client/src/main.rs index 85254ef4..cb7e6caf 100644 --- a/light-client/src/main.rs +++ b/light-client/src/main.rs @@ -1,4 +1,3 @@ -use network::Network; /* Hurry Curry! - a game about cooking Copyright 2024 metamuffin @@ -16,6 +15,7 @@ use network::Network; along with this program. If not, see . */ +use network::Network; use sdl2::{ event::Event, image::InitFlag, @@ -24,8 +24,8 @@ use sdl2::{ render::TextureAccess, }; -pub mod network; pub mod game; +pub mod network; fn main() { let net = Network::connect("ws://127.0.0.1:27032/"); -- cgit v1.2.3-70-g09d2