2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-09-05 00:07:25 +00:00

Move IW4 menu dumping logic to separate class and constants to common scope

This commit is contained in:
Jan
2021-10-24 14:59:43 +02:00
parent 4e5e6d05bd
commit 805c00539b
10 changed files with 1384 additions and 1260 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,8 @@
#include <filesystem>
#include <sstream>
#include "Menu/MenuDumper.h"
#include "Game/IW4/Menu/MenuDumperIW4.h"
#include "Menu/AbstractMenuDumper.h"
namespace fs = std::filesystem;