diff options
author | tom barrett <spalf0@gmail.com> | 2019-08-19 02:26:17 -0500 |
---|---|---|
committer | tom barrett <spalf0@gmail.com> | 2019-08-19 02:26:17 -0500 |
commit | ebf13bcd8e8ab799c56961e6bc1779bd8031a8dc (patch) | |
tree | 914274f75890fb754e698be2b06a8b2a2ef9b1d1 /src/lib.rs | |
parent | 7d2c0954cd95bdabcb7ecf26f9225382ab078289 (diff) |
created abstraction between world and game, added temlate for dialogtrees
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ pub mod cell; pub mod constants; pub mod dialogbox; pub mod entity; +pub mod game; pub mod layer; pub mod map; pub mod npc; |