mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-24 10:54:16 +00:00
Format Rust code using rustfmt
This commit is contained in:
parent
7ca9e5fb77
commit
2b66f0ee13
1 changed files with 1 additions and 1 deletions
|
@ -16,8 +16,8 @@ use smash::app::{self, lua_bind::*, Item};
|
||||||
use smash::hash40;
|
use smash::hash40;
|
||||||
use smash::lib::lua_const::*;
|
use smash::lib::lua_const::*;
|
||||||
use smash::phx::{Hash40, Vector3f};
|
use smash::phx::{Hash40, Vector3f};
|
||||||
use training_mod_consts::{CharacterItem, SaveDamage};
|
|
||||||
use std::collections::HashMap;
|
use std::collections::HashMap;
|
||||||
|
use training_mod_consts::{CharacterItem, SaveDamage};
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#[link_name = "\u{1}_ZN3app14sv_information8stage_idEv"]
|
#[link_name = "\u{1}_ZN3app14sv_information8stage_idEv"]
|
||||||
|
|
Loading…
Reference in a new issue