mirror of
https://github.com/zeldaret/af.git
synced 2026-09-27 14:01:49 -04:00
e1fcb33cef
* npc werk * atleast it builds * m_npc OK * forgor format * review * format * fix warns?
10 lines
139 B
C
10 lines
139 B
C
#ifndef M_ITEM_NAME_H
|
|
#define M_ITEM_NAME_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
// void func_80096710_jp();
|
|
void mIN_copy_name_str(char*, u16);
|
|
|
|
#endif
|