summaryrefslogtreecommitdiff
path: root/assets/objects/gameplay_keep/lock_on_arrow.h
blob: 2cadbdaaed9d17b2cd012e6344419102e3b18350 (plain)
1
2
3
4
5
6
7
8
9
#ifndef GAMEPLAY_KEEP_LOCK_ON_ARROW_H
#define GAMEPLAY_KEEP_LOCK_ON_ARROW_H

#include "ultra64.h"

extern Vtx gLockOnArrowVtx[];
extern Gfx gLockOnArrowDL[34];

#endif