mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
11 lines
257 B
C
11 lines
257 B
C
#ifndef D_COM_D_COM_STATIC_H
|
|
#define D_COM_D_COM_STATIC_H
|
|
|
|
#include "rel/d/a/d_a_suspend/d_a_suspend.h"
|
|
|
|
int daNpcKakashi_getSwdTutorialStep();
|
|
bool daNpcKakashi_getSwdTutorialResult();
|
|
int daNpcKakashi_getSuccessCount();
|
|
|
|
#endif /* D_COM_D_COM_STATIC_H */
|