Classes

lib/CS123Common.h File Reference

Contains data structures and macros commonly used in CS123. More...

#include <math.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
Include dependency graph for CS123Common.h:
This graph shows which files directly or indirectly include this file:

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...

Detailed Description

Contains data structures and macros commonly used in CS123.

Author:
Travis Fischer (fisch0920@gmail.com)
Ben Herila (ben@herila.net)
Date:
Fall 2010