mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 08:54:15 +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 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};
|
||||
|
||||
fn nro_main(nro: &NroInfo<'_>) {
|
||||
|
|
Loading…
Reference in a new issue