Fixed directx compiles

This commit is contained in:
MysterD 2023-06-10 04:34:42 -07:00
parent 834932cb08
commit 9cee26ed40
1 changed files with 3 additions and 4 deletions

View File

@ -25,6 +25,9 @@
extern "C" {
#include "src/pc/mods/mod_import.h"
#ifdef DISCORD_SDK
#include "pc/discord/discord.h"
#endif
}
#include "gfx_window_manager_api.h"
@ -33,10 +36,6 @@ extern "C" {
#include "gfx_screen_config.h"
#include "gfx_pc.h"
#ifdef DISCORD_SDK
#include "pc/discord/discord.h"
#endif
#define WINCLASS_NAME L"N64GAME"
#define DECLARE_GFX_DXGI_FUNCTIONS