Remove certain common headers

common.h fully removed. common_structs.h incorporated into new game/gamework_data.h header along with parts of variables.h (Other parts were moved to more appropriate headers). functions.h split into unsplit.h and board_unsplit.h
This commit is contained in:
gamemasterplc 2024-01-06 15:28:47 -06:00
parent 6cc662ed1a
commit 2a1c4b808d
42 changed files with 77 additions and 120 deletions

View file

@ -1,7 +1,6 @@
#ifndef _GAME_HSFMAN_H
#define _GAME_HSFMAN_H
#include "common.h"
#include "math.h"
#include "game/memory.h"
#include "game/hsfanim.h"
@ -283,6 +282,7 @@ extern MotionData Hu3DMotion[0x100];
extern u32 totalMatCnt;
extern u32 totalMatCnted;
extern u32 totalPolyCnt;
extern u32 totalPolyCnted;
extern u32 totalTexCacheCnt;
extern u32 totalTexCacheCnted;
extern u32 totalTexCnt;