Go to the source code of this file.
Data Structures | |
struct | MQDimensions2i |
Defines the dimensions of a rectangular area. More... | |
Typedefs | |
typedef MQDimensions2i | MQDimensions2i |
Functions | |
MQDimensions2i | MQDimensions2i_new (int x, int y) |
void | MQDimensions2i_init (MQDimensions2i *dim, int width, int height) |
int | MQDimensions2i_isPointWithin (MQDimensions2i *dim, int x, int y) |