renamed functions

This commit is contained in:
michael-bailey 2020-09-27 16:51:54 +01:00
parent 7e17b2e0f6
commit df39e03f93
3 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
pub mod client_profile;
pub mod clientV3;
pub mod client_v3;

View File

@ -1,4 +1,4 @@
pub mod ServerV3;
pub mod server_v3;
pub mod client;
pub mod server_profile;
pub mod ui;

View File

@ -1,4 +1,4 @@
pub mod server_view_controller;
pub mod control_panel;
pub mod About_Panel;
pub mod about_panel;
pub mod main_menu;