更改头文件包含路径

This commit is contained in:
gb 2024-03-08 17:44:31 +08:00
parent 1ae20a6788
commit 2f85b16447
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
#pragma once #pragma once
#include "lang/app_language.h" #include <lang/app_language.h>
#include "base_pak.h" #include "base_pak.h"
#include "../sdk/include/huagao/brand.h" #include <huagao/brand.h>
#if defined(_WIN32) || defined(_WIN64) #if defined(_WIN32) || defined(_WIN64)
#define PATH_SEPERATOR "\\" #define PATH_SEPERATOR "\\"