CFG: Create a new subfolder cfg inside service to handle cfg

Moved most of the shared CFG code there, implemented a few CFG:I functions
This commit is contained in:
Subv 2014-12-21 16:36:18 -05:00
parent 9e45240e23
commit 6115f013a9
11 changed files with 617 additions and 489 deletions

View file

@ -5,6 +5,7 @@
#pragma once
#include "common/common_types.h"
#include "common/file_util.h"
#include "core/file_sys/archive_backend.h"
#include "core/loader/loader.h"