Whoa boy rust is a problem child
This commit is contained in:
11
secert-hitler/src/main.rs
Normal file
11
secert-hitler/src/main.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
mod config;
|
||||
#[path = "./controller/gamemaster/gamemaster.rs"] mod gamemaster;
|
||||
#[path = "./controller/state/event.rs"] mod event;
|
||||
#[path = "./controller/state/room.rs"] mod room;
|
||||
#[path = "./controller/state/rooms.rs"] mod rooms;
|
||||
#[path = "./controller/state/mockroom.rs"] mod mockroom;
|
||||
#[path = "./controller/state/mockrooms.rs"] mod mockrooms;
|
||||
|
||||
fn main() {
|
||||
println!("{}", config::PORT);
|
||||
}
|
||||
Reference in New Issue
Block a user