Add fault.h and document fault.c
This commit is contained in:
parent
88a426834b
commit
7f575b6416
4 changed files with 147 additions and 156 deletions
9
include/game/fault.h
Normal file
9
include/game/fault.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef _GAME_FAULT_H
|
||||
#define _GAME_FAULT_H
|
||||
|
||||
#include "game/gamework_data.h"
|
||||
|
||||
void HuFaultInitXfbDirectDraw(GXRenderModeObj *mode);
|
||||
void HuFaultSetXfbAddress(s16 index, void* value);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue