Add more files

This commit is contained in:
rozlette 2022-06-27 19:39:13 -05:00 committed by Kenix3
parent 39a50a406b
commit c14e4f387c
8 changed files with 11 additions and 11 deletions

View File

@ -4,8 +4,8 @@
#include "File.h"
#include "Archive.h"
#include "ResourceMgr.h"
#include "SohConsole.h"
#include "SohImGuiImpl.h"
#include "Console.h"
#include "ImGuiImpl.h"
#include "TextureMod.h"
#include "Lib/ImGui/imgui_internal.h"
#include "Utils/StringHelper.h"

View File

@ -10,9 +10,9 @@
#include "ConfigFile.h"
#include "Cvar.h"
#include "GlobalCtx2.h"
#include "SohImGuiImpl.h"
#include "ImGuiImpl.h"
#include "../../soh/include/z64audio.h"
#include "SohHooks.h"
#include "Hooks.h"
#include "../../soh/soh/Enhancements/debugconsole.h"
#include "Window.h"

View File

@ -24,7 +24,7 @@
#include "gfx_dxgi.h"
#include "gfx_screen_config.h"
#include "../../SohImGuiImpl.h"
#include "../../ImGuiImpl.h"
#include "gfx_cc.h"
#include "gfx_rendering_api.h"

View File

@ -26,7 +26,7 @@
#include "gfx_direct3d_common.h"
#include "gfx_screen_config.h"
#include "gfx_pc.h"
#include "../../SohImGuiImpl.h"
#include "../../ImGuiImpl.h"
#define DECLARE_GFX_DXGI_FUNCTIONS
#include "gfx_dxgi.h"

View File

@ -39,7 +39,7 @@
#include "gfx_cc.h"
#include "gfx_rendering_api.h"
#include "../../SohImGuiImpl.h"
#include "../../ImGuiImpl.h"
#include "../../Environment.h"
#include "../../GlobalCtx2.h"
#include "gfx_pc.h"

View File

@ -21,7 +21,7 @@
#include <SDL2/SDL_opengles2.h>
#endif
#include "../../SohImGuiImpl.h"
#include "../../ImGuiImpl.h"
#include "gfx_window_manager_api.h"
#include "gfx_screen_config.h"

View File

@ -8,7 +8,7 @@
#include <spdlog/details/os.h>
#include <spdlog/sinks/base_sink.h>
#include <spdlog/details/synchronous_factory.h>
#include "SohImGuiImpl.h"
#include "ImGuiImpl.h"
#include "GameSettings.h"
#include "Cvar.h"
#include <chrono>

View File

@ -26,8 +26,8 @@
#include <map>
#include <string>
#include <chrono>
#include "SohHooks.h"
#include "SohConsole.h"
#include "Hooks.h"
#include "Console.h"
#include <iostream>