Contains data structures and macros commonly used in CS123. More...
#include <math.h>#include <stdio.h>#include <string.h>#include <assert.h>

Classes | |
| struct | BGRA |
| A structure for a color. Each channel is 8 bits [0-255]. More... | |
| struct | CS123Rectangle |
| A structure to store a rectangle on the screen. More... | |
Contains data structures and macros commonly used in CS123.
1.7.1