diff options
Diffstat (limited to 'core/src/lib.rs')
| -rw-r--r-- | core/src/lib.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/src/lib.rs b/core/src/lib.rs index 4988f50..e19c53d 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -1,4 +1,4 @@ -pub mod phantom_link_server; -pub mod gamepad_layouts; +pub mod server; +pub mod layouts; pub mod player; -pub mod message;
\ No newline at end of file +mod constants;
\ No newline at end of file |
