Public Methods | |
~scene () | |
scene (int cap=2) | |
void | add (item *obj) |
void | draw () |
int | load (const char *filename) |
|
|
|
create new scene with initial cpacity
|
|
add item to scene |
|
draw entire scene (draw items in the order in which they were added) |
|
load the scene from definition file
|