X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fmain.rs;h=a068a5842b373130a51f68acffa9084ff121b8e6;hb=b0137bb6d47c158bff30f2d4fd1faab9d4945d54;hp=502789bc582e75e2feef4cefc17c6b11653d0ec2;hpb=3af74c40c83bd8e5691bff3dc31f5cfd5ae9a73d;p=kaka%2Frust-sdl-test.git diff --git a/src/main.rs b/src/main.rs index 502789b..a068a58 100644 --- a/src/main.rs +++ b/src/main.rs @@ -6,6 +6,7 @@ extern crate noise; use core::game::GameState; use core::app::*; +mod teststate; mod core; #[macro_use] mod common;