mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
14 lines
232 B
C
14 lines
232 B
C
#ifndef JHIHIOASYNC_H
|
|
#define JHIHIOASYNC_H
|
|
|
|
#include <dolphin/types.h>
|
|
|
|
struct JHIContext;
|
|
|
|
BOOL JHIInit(u32 enabled);
|
|
u32 JHIEventLoop();
|
|
BOOL JOR_CHECKINTERFACE();
|
|
void JHISetBuffer(JHIContext* pCtx);
|
|
|
|
#endif /* JHIHIOASYNC_H */
|