mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 08:49:03 +00:00
6 lines
150 B
C
6 lines
150 B
C
#pragma once
|
|
#include "romfs.h"
|
|
|
|
int PrepareBuildRomFsBinary(ncch_settings *ncchset, romfs_buildctx *ctx);
|
|
int BuildRomFsBinary(romfs_buildctx *ctx);
|