From 5cc9d6340e1b3d0b67f22d219dab3e3d5a4b3c60 Mon Sep 17 00:00:00 2001 From: Random06457 <28494085+Random06457@users.noreply.github.com> Date: Thu, 12 May 2022 02:01:54 +0900 Subject: [PATCH] hack lus -> soh dep for ZAPDTR --- ZAPDTR/ZAPD/Main.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ZAPDTR/ZAPD/Main.cpp b/ZAPDTR/ZAPD/Main.cpp index 95f161f0a..65a65fea6 100644 --- a/ZAPDTR/ZAPD/Main.cpp +++ b/ZAPDTR/ZAPD/Main.cpp @@ -47,6 +47,11 @@ void DebugConsole_SaveCVars() } +void DebugConsole_LoadCVars() +{ + +} + bool Parse(const fs::path& xmlFilePath, const fs::path& basePath, const fs::path& outPath, ZFileMode fileMode, int workerID);