Matched hsfmotion
This commit is contained in:
parent
a3536d462a
commit
dab8e2e54b
12 changed files with 1592 additions and 91 deletions
|
|
@ -1,5 +1,15 @@
|
|||
#include "game/hsfman.h"
|
||||
#include "game/data.h"
|
||||
#include "game/hsfdraw.h"
|
||||
#include "game/hsfload.h"
|
||||
#include "game/hsfmotion.h"
|
||||
#include "game/init.h"
|
||||
#include "game/memory.h"
|
||||
#include "game/perf.h"
|
||||
#include "game/sprite.h"
|
||||
#include "dolphin/gx/GXVert.h"
|
||||
|
||||
#include "math.h"
|
||||
|
||||
ModelData Hu3DData[0x200];
|
||||
CameraData Hu3DCamera[0x10];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue