Definition at line 9 of file WiSpace.h.
Public Member Functions | |
WiSpace (int width, int height) | |
virtual int | getW () const |
virtual int | getH () const |
virtual void | drawOn (SDL_Surface *) |
|
Definition at line 14 of file WiSpace.h. 00014 : m_w(width), m_h(height) {}
|
|
Implements Drawable. Definition at line 18 of file WiSpace.h. 00018 {}
|
|
Implements IWidget. Definition at line 16 of file WiSpace.h. 00016 { return m_h; }
|
|
Implements IWidget. Definition at line 15 of file WiSpace.h. 00015 { return m_w; }
|