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

@ -17,3 +17,5 @@ struct game_data {
};
void game_detect(struct game_data *buf);
void hi3_fill_data(struct game_data *buf);

View File

@ -1,5 +0,0 @@
#pragma once
#include <game.h>
void hi3_fill_data(struct game_data *buf);

View File

@ -1,5 +1,4 @@
#include <err.h>
#include <hi3.h>
#include <game.h>

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";