mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-30 22:39:13 +00:00
Service::CFG/FS: add and refactor out utilities for front-end
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user