mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-06 09:55:11 -04:00
82a28f7a23
* 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 */
|