Files
tp/include/d/d_com_static.h
T

12 lines
281 B
C
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef D_COM_D_COM_STATIC_H
#define D_COM_D_COM_STATIC_H
2024-10-10 07:29:58 -07:00
#include "d/actor/d_a_suspend.h"
2022-03-15 02:25:25 -07:00
int daNpcKakashi_getSwdTutorialStep();
2023-05-18 12:08:41 +03:00
bool daNpcKakashi_getSwdTutorialResult();
int daNpcKakashi_getSuccessCount();
2023-11-05 22:10:29 -08:00
int daNpcMsg_setEvtNum(u8 iEvtNum);
2022-03-15 02:25:25 -07:00
2021-03-28 22:49:05 +02:00
#endif /* D_COM_D_COM_STATIC_H */