diff options
author | tom barrett <spalf0@gmail.com> | 2019-07-24 05:54:49 -0500 |
---|---|---|
committer | tom barrett <spalf0@gmail.com> | 2019-07-24 05:54:49 -0500 |
commit | 7d2c0954cd95bdabcb7ecf26f9225382ab078289 (patch) | |
tree | c6b140c1e73ff27f8ab340f68024210215dcb708 /src/lib.rs | |
parent | c25884efd8d1a239c88dbafd7a0e12eca3c7401b (diff) |
dialog box
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ pub mod animations; pub mod camera; pub mod cell; pub mod constants; +pub mod dialogbox; pub mod entity; pub mod layer; pub mod map; |