Merge hi3.h into game.h

This commit is contained in:
mkrsym1
2023-06-06 21:14:21 +03:00
parent a79ebdc0c8
commit f965bb79a3
4 changed files with 3 additions and 7 deletions

View File

@ -1,7 +1,7 @@
#include <utils.h>
#include <err.h>
#include <hi3.h>
#include <game.h>
const char *HI3_NAME = "BH3";
const char *HI3_ASSEMBLY_PATH = "BH3_Data/Native/UserAssembly.dll";