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