mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
12eb254d76
* switch to dtk setup * some cleanup / fixes * cleanup d_a_alink literals * Restore doxygen, update CI & README.md (#1) * Fix build image ref (#2) --------- Co-authored-by: Luke Street <luke@street.dev>
12 lines
281 B
C
12 lines
281 B
C
#ifndef D_COM_D_COM_STATIC_H
|
|
#define D_COM_D_COM_STATIC_H
|
|
|
|
#include "d/actor/d_a_suspend.h"
|
|
|
|
int daNpcKakashi_getSwdTutorialStep();
|
|
bool daNpcKakashi_getSwdTutorialResult();
|
|
int daNpcKakashi_getSuccessCount();
|
|
int daNpcMsg_setEvtNum(u8 iEvtNum);
|
|
|
|
#endif /* D_COM_D_COM_STATIC_H */
|