[nostalgia/tools/pack] Add Bullock integration and cleanup FS access

This commit is contained in:
2023-02-01 22:41:04 -06:00
parent 1cc3549d00
commit fad8837ad1
3 changed files with 15 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ add_executable(nost-pack pack.cpp)
target_link_libraries(
nost-pack
OxClArgs
OxLogConn
NostalgiaPack
)