Files
tp/include/d/d_path.h
T

9 lines
142 B
C
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef D_D_PATH_H
#define D_D_PATH_H
#include "dolphin/types.h"
u16* dPath_GetRoomPath(int param_0, int param_1);
2021-03-28 22:49:05 +02:00
#endif /* D_D_PATH_H */