#include <assert.h>
#include <string.h>
#include <memory.h>
Go to the source code of this file.
Classes | |
struct | CUIPoint |
Represents a point on the screen. More... | |
class | CUIRect |
Represents a rectangle on the screen. More... | |
Defines | |
#define | min(a, b) ( ( ( a ) < ( b ) ) ? ( a ): ( b ) ) |
#define | max(a, b) ( ( ( a ) > ( b ) ) ? ( a ): ( b ) ) |
|
Defines max() function |
|
Defines min() function |