#include <GameWindow.h>
Inherits MemoryPoolObject.
Public Attributes | |
| GameWindow * | window |
| ModalWindow * | next |
Additional Inherited Members | |
Public Member Functions inherited from MemoryPoolObject | |
| void | deleteInstance () |
Protected Member Functions inherited from MemoryPoolObject | |
| virtual | ~MemoryPoolObject () |
| void * | operator new (size_t s) |
| void | operator delete (void *p) |
| virtual MemoryPool * | getObjectMemoryPool ()=0 |
Definition at line 431 of file GameWindow.h.
| ModalWindow* ModalWindow::next |
Definition at line 436 of file GameWindow.h.
| GameWindow* ModalWindow::window |
Definition at line 435 of file GameWindow.h.