1
0
Fork 0
forked from eden-emu/eden

Service::CFG/FS: add and refactor out utilities for front-end

This commit is contained in:
wwylele 2016-06-01 10:42:37 +03:00
parent 9f0ad67398
commit 5489701b38
4 changed files with 146 additions and 15 deletions

View file

@ -235,5 +235,11 @@ void ArchiveInit();
/// Shutdown archives
void ArchiveShutdown();
/// Register all archive types
void RegisterArchiveTypes();
/// Unregister all archive types
void UnregisterArchiveTypes();
} // namespace FS
} // namespace Service