mxcpc
library.
More...
Typedefs | |
typedef unsigned char | u8 |
typedef short | s16 |
typedef unsigned int | u32 |
typedef unsigned short | u16 |
Functions | |
void | clamp_s16 (s16 *numba, s16 min, s16 max) |
Does the obvious thing. | |
void | clamp_int (int *numba, int min, int max) |
Does the obvious thing. | |
void | sendStatusMsg (const char *txt, void *class_ptr=0) |
Used from within the mxcpc library to emit status messages. | |
void | sendStatusMsg (const char *txt, void *class_ptr) |
Used from within the mxcpc library to emit status messages. |
mxcpc
library.
|
|