|
@ -5,9 +5,9 @@ use std::env; |
|
|
use std::path; |
|
|
use std::path; |
|
|
|
|
|
|
|
|
mod actor; |
|
|
mod actor; |
|
|
|
|
|
mod apr; |
|
|
mod behaviour; |
|
|
mod behaviour; |
|
|
mod board; |
|
|
mod board; |
|
|
mod apr; |
|
|
|
|
|
|
|
|
|
|
|
fn main() -> GameResult<()> { |
|
|
fn main() -> GameResult<()> { |
|
|
let mut cb = ContextBuilder::new("apruebo", "s1m7u and e-dt"); |
|
|
let mut cb = ContextBuilder::new("apruebo", "s1m7u and e-dt"); |
|
|