1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-10-03 01:34:27 +00:00

Add imports necessary for removing conf file

This commit is contained in:
jugeeya 2020-06-15 12:57:18 -07:00 committed by GitHub
parent 12a6ede92b
commit 41b1ba8717
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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<'_>) {