Loading [MathJax]/extensions/MathMenu.js
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
AmcTypes.h
Go to the documentation of this file.
1#ifndef _INCLUDE_DOLPHIN_AMCTYPES_H_
2#define _INCLUDE_DOLPHIN_AMCTYPES_H_
3
4#include <dolphin/os.h>
5
6// EXI callback function pointer type
7typedef void (*EXICallback)(s32 chan, OSContext* context);
8
9#endif
void(* EXICallback)(s32 chan, OSContext *context)
Definition AmcTypes.h:7
static OSContext context
Definition JUTException.cpp:181
Definition OSContext.h:137
signed long s32
Definition types.h:8