move BOARD_FABS, fix 993C, add HUGE func
This commit is contained in:
parent
4fa3ee8b10
commit
788a5b7b36
4 changed files with 230 additions and 35 deletions
|
|
@ -6,6 +6,8 @@
|
|||
#include "game/data.h"
|
||||
#include "dolphin.h"
|
||||
|
||||
#define BOARD_FABS(value) ((value < 0) ? -(value) : (value))
|
||||
|
||||
typedef struct board_focus_data {
|
||||
u16 view_type;
|
||||
s16 time;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,18 @@
|
|||
#ifndef _BOARD_PLAYER_H
|
||||
#define _BOARD_PLAYER_H
|
||||
|
||||
#include "math.h"
|
||||
#include "board_unsplit.h"
|
||||
#include "dolphin/os/OSFastCast.h"
|
||||
#include "game/gamework_data.h"
|
||||
#include "game/gamework.h"
|
||||
#include "game/window.h"
|
||||
#include "game/object.h"
|
||||
#include "game/process.h"
|
||||
#include "game/hsfman.h"
|
||||
#include "game/gamework_data.h"
|
||||
#include "game/board/main.h"
|
||||
#include "game/board/space.h"
|
||||
|
||||
extern s16 boardPlayerMdl[4];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue