forked from eden-emu/eden
Service::CFG/FS: add and refactor out utilities for front-end
This commit is contained in:
parent
9f0ad67398
commit
5489701b38
4 changed files with 146 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue