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
__axfx.h
Go to the documentation of this file.
1#ifndef _DOLPHIN_AX_INTERNAL_H_
2#define _DOLPHIN_AX_INTERNAL_H_
3
4#include <dolphin/axfx.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10extern void* (*__AXFXAlloc)(u32);
11extern void (*__AXFXFree)(void*);
12
13#ifdef __cplusplus
14}
15#endif
16
17#endif
void(* __AXFXFree)(void *)
Definition axfx.c:13
unsigned long u32
Definition types.h:9