diff options
Diffstat (limited to 'src/data.rs')
-rw-r--r-- | src/data.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.rs b/src/data.rs index cff0f47..f72fbcf 100644 --- a/src/data.rs +++ b/src/data.rs | |||
@@ -1,7 +1,7 @@ | |||
1 | pub mod list; | 1 | pub mod list; |
2 | pub mod gameversion; | 2 | pub mod gameversion; |
3 | pub mod modloader; | 3 | pub mod modloader; |
4 | pub mod project; | 4 | pub mod projectinfo; |
5 | pub mod modification; | 5 | pub mod modification; |
6 | 6 | ||
7 | pub static STYLE_BAR_BYTE: &str = | 7 | pub static STYLE_BAR_BYTE: &str = |