mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-28 08:09:01 -04:00
d489dc996b
* most of dolsdk copied over * add some gf stuff * trk wip * ode/amc stuff * build fix
18 lines
262 B
C
18 lines
262 B
C
#ifndef OS_DOLPHIN_TARGET_OPTIONS_H
|
|
#define OS_DOLPHIN_TARGET_OPTIONS_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
u8 GetUseSerialIO(void);
|
|
void SetUseSerialIO(u8);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* OS_DOLPHIN_TARGET_OPTIONS_H */
|