#include <Cabin.h>
Public Methods | |
Cabin (char *name) | |
Cabin constructor. More... | |
virtual void | drawSelf () |
Draw cabin - currently not implemented. More... | |
Protected Attributes | |
Mesh * | mesh |
Definition at line 45 of file Cabin.h.
|
Cabin constructor.
Definition at line 43 of file Cabin.cpp. References mesh. |
|
Draw cabin - currently not implemented.
|
|
Definition at line 52 of file Cabin.h. Referenced by Cabin(). |