blob: 32c1e1345ae452109b20f4053d3f45f1f679b10d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include "lock_on_arrow.h"
#include "hilite3_tex.h"
#include "gfx.h"
Vtx gLockOnArrowVtx[] = {
#include "assets/objects/gameplay_keep/gLockOnArrowVtx.inc.c"
};
Gfx gLockOnArrowDL[34] = {
#include "assets/objects/gameplay_keep/gLockOnArrowDL.inc.c"
};
|