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
16 lines
No EOL
288 B
C
16 lines
No EOL
288 B
C
#ifndef _BOARD_WARP_H
|
|
#define _BOARD_WARP_H
|
|
|
|
#include "game/process.h"
|
|
#include "game/wipe.h"
|
|
|
|
void fn_80080D54(s32);
|
|
void fn_80080DF8(void);
|
|
void fn_80081048(void);
|
|
void fn_800810A4(s32);
|
|
void fn_800811BC(s32);
|
|
void fn_80081278(s32);
|
|
void fn_80081428(s32);
|
|
void fn_800814CC(s32);
|
|
|
|
#endif |