![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Enumerations | |
enum | { VOL_Cube = 0x00 , VOL_Sphere = 0x01 , VOL_Cylinder = 0x02 , VOL_Torus = 0x03 , VOL_Point = 0x04 , VOL_Circle = 0x05 , VOL_Line = 0x06 } |
Functions | |
void | JPAVolumePoint (JPAEmitterWorkData *work) |
void | JPAVolumeLine (JPAEmitterWorkData *work) |
void | JPAVolumeCircle (JPAEmitterWorkData *work) |
void | JPAVolumeCube (JPAEmitterWorkData *work) |
static void | JPAVolumeSphere (JPAEmitterWorkData *work) |
static void | JPAVolumeCylinder (JPAEmitterWorkData *work) |
static void | JPAVolumeTorus (JPAEmitterWorkData *work) |
void JPAVolumeCircle | ( | JPAEmitterWorkData * | work | ) |
void JPAVolumeCube | ( | JPAEmitterWorkData * | work | ) |
|
static |
void JPAVolumeLine | ( | JPAEmitterWorkData * | work | ) |
void JPAVolumePoint | ( | JPAEmitterWorkData * | work | ) |
|
static |
|
static |