mirror of
https://github.com/switchbrew/switch-tools.git
synced 2025-12-18 01:45:14 +01:00
7 lines
172 B
C
7 lines
172 B
C
#pragma once
|
|
|
|
#include "filepath.h"
|
|
|
|
size_t build_romfs_by_paths(char *dir, char *out_fn);
|
|
|
|
size_t build_romfs_by_path_into_file(char *dir, FILE *f_out, off_t base_offset); |