mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-06 17:32:23 -04:00
4bd825e76c
* work on d_file_sel_warning * various cleanup * attempt to fix d_gameover * event cleanup * trk work * most of TRK done * remove asm
17 lines
217 B
C
17 lines
217 B
C
#ifndef OS_DOLPHIN_TARGCONT_H
|
|
#define OS_DOLPHIN_TARGCONT_H
|
|
|
|
#include "trk.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
DSError TRKTargetContinue(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* OS_DOLPHIN_TARGCONT_H */
|