mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-01 17:29:58 -04:00
d489dc996b
* most of dolsdk copied over * add some gf stuff * trk wip * ode/amc stuff * build fix
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 */
|