mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-01-31 22:47:25 +00:00
Add imports necessary for removing conf file
This commit is contained in:
parent
12a6ede92b
commit
41b1ba8717
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ mod training;
|
||||||
use crate::common::*;
|
use crate::common::*;
|
||||||
|
|
||||||
use skyline::c_str;
|
use skyline::c_str;
|
||||||
use skyline::libc::{c_void, fclose, fopen, fwrite, mkdir};
|
use skyline::libc::{c_void, fclose, fopen, fwrite, mkdir, remove, access};
|
||||||
use skyline::nro::{self, NroInfo};
|
use skyline::nro::{self, NroInfo};
|
||||||
|
|
||||||
fn nro_main(nro: &NroInfo<'_>) {
|
fn nro_main(nro: &NroInfo<'_>) {
|
||||||
|
|
Loading…
Reference in a new issue