frontend_common: Add content manager utility functions

Creates utility functions to remove/install DLC, updates, and base game content
This commit is contained in:
t895 2024-01-19 00:56:43 -05:00
parent d013206aa4
commit 4959e07015
12 changed files with 318 additions and 221 deletions

View file

@ -4,6 +4,7 @@
add_library(frontend_common STATIC
config.cpp
config.h
content_manager.h
)
create_target_directory_groups(frontend_common)