Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
AmcTypes.h
Go to the documentation of this file.
1#ifndef _INCLUDE_REVOLUTION_AMCTYPES_H_
2#define _INCLUDE_REVOLUTION_AMCTYPES_H_
3
4#include <revolution/os.h>
5
6// EXI callback function pointer type
7typedef void (*EXICallback)(s32 chan, OSContext* context);
8
9#endif
static OSContext context
Definition JUTException.cpp:157
void(* EXICallback)(s32 chan, OSContext *context)
Definition AmcTypes.h:7
signed long s32
Definition types.h:11
Definition OSContext.h:140