diff options
| author | Christian Cunningham <cc@localhost> | 2024-02-07 19:15:07 -0800 |
|---|---|---|
| committer | Christian Cunningham <cc@localhost> | 2024-02-07 19:15:07 -0800 |
| commit | 5f3e5f473c6d7a45297c4d301eb2a2d61078586b (patch) | |
| tree | bd725a5d16dc27a1c7b5b0997732feb57aaa3192 /src/card/mod.rs | |
| parent | ccc015a370b87cebec77c3f48cd72ec3039dea6d (diff) | |
Modularize
Diffstat (limited to 'src/card/mod.rs')
| -rw-r--r-- | src/card/mod.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/card/mod.rs b/src/card/mod.rs new file mode 100644 index 0000000..64eb9b5 --- /dev/null +++ b/src/card/mod.rs @@ -0,0 +1,6 @@ +pub mod card; +pub mod effect; +pub mod player; +//pub use card::*; +//pub use effect::*; +//pub use player::*; |
