mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-01-19 08:50:14 +00:00
Clean up various imports
This commit is contained in:
parent
f75ff6468a
commit
cd3a6d938b
9 changed files with 10 additions and 21 deletions
|
@ -3,7 +3,6 @@ pub mod consts;
|
|||
use crate::common::consts::*;
|
||||
use smash::app::{self, lua_bind::*};
|
||||
use smash::lib::lua_const::*;
|
||||
// use smash::app::{FighterManager, FighterInformation};
|
||||
use smash::hash40;
|
||||
|
||||
pub static mut menu_struct: consts::TrainingModpackMenu = consts::TrainingModpackMenu {
|
||||
|
|
|
@ -1,12 +1,7 @@
|
|||
use crate::common::*;
|
||||
use crate::common::consts::*;
|
||||
use smash::app::lua_bind::*;
|
||||
use smash::app::sv_animcmd::{self};
|
||||
use smash::app::sv_system::{self};
|
||||
use smash::app::{self};
|
||||
use crate::common::{*, consts::*};
|
||||
use smash::app::{self, lua_bind::*, sv_animcmd, sv_system};
|
||||
use smash::hash40;
|
||||
use smash::lib::lua_const::*;
|
||||
use smash::lib::{L2CAgent, L2CValue};
|
||||
use smash::lib::{lua_const::*, L2CAgent, L2CValue};
|
||||
use smash::phx::{Hash40, Vector3f};
|
||||
|
||||
/**
|
||||
|
|
|
@ -17,7 +17,7 @@ use skyline::c_str;
|
|||
use skyline::libc::{c_void, mkdir, fclose, fopen, fwrite};
|
||||
use skyline::nro::{self, NroInfo};
|
||||
use smash::app::lua_bind::*;
|
||||
use smash::app::sv_system::{self};
|
||||
use smash::app::sv_system;
|
||||
use smash::lib::lua_const::*;
|
||||
use smash::lib::L2CValue;
|
||||
use smash::lua2cpp::L2CFighterCommon;
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
use crate::common::consts::*;
|
||||
use crate::common::*;
|
||||
use core::f64::consts::PI;
|
||||
use smash::app::lua_bind::*;
|
||||
use smash::app::{self};
|
||||
use smash::app::{self, lua_bind::*};
|
||||
use smash::hash40;
|
||||
use smash::lib::lua_const::*;
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
use crate::common::consts::*;
|
||||
use crate::common::*;
|
||||
use smash::app::lua_bind::*;
|
||||
use smash::app::{self};
|
||||
use smash::app::{self, lua_bind::*};
|
||||
use smash::hash40;
|
||||
use smash::lib::lua_const::*;
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
use crate::common::consts::*;
|
||||
use crate::common::*;
|
||||
use smash::app::lua_bind::*;
|
||||
use smash::app::{self};
|
||||
use smash::app::{self, lua_bind::*};
|
||||
use smash::hash40;
|
||||
use smash::lib::lua_const::*;
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
use crate::common::*;
|
||||
use smash::app::lua_bind::*;
|
||||
use smash::app::{self};
|
||||
use smash::app::{self, lua_bind::*};
|
||||
use smash::lib::lua_const::*;
|
||||
use smash::phx::Vector3f;
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
use crate::common::consts::*;
|
||||
use crate::common::*;
|
||||
use smash::app::{self};
|
||||
use smash::app;
|
||||
use smash::hash40;
|
||||
use smash::lib::lua_const::*;
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
use crate::common::consts::*;
|
||||
use crate::common::*;
|
||||
use smash::app::lua_bind::*;
|
||||
use smash::app::{self};
|
||||
use smash::app::{self, lua_bind::*};
|
||||
use smash::hash40;
|
||||
use smash::lib::lua_const::*;
|
||||
|
||||
|
|
Loading…
Reference in a new issue