move pos to module
This commit is contained in:
parent
e22f568d2f
commit
bc4cd5ccc9
5 changed files with 67 additions and 62 deletions
|
@ -1,8 +1,10 @@
|
|||
use raylib::prelude::*;
|
||||
|
||||
pub mod board;
|
||||
pub mod pos;
|
||||
pub mod tile;
|
||||
use board::{Board, Pos};
|
||||
use board::Board;
|
||||
use pos::*;
|
||||
use tile::*;
|
||||
|
||||
#[derive(Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue