2#include <game/bases/d_base.hpp>
3#include <game/bases/d_lytbase.hpp>
dBase_c()
Constructs a new base.
virtual int execute()
do method for the execute operation.
nw4r::lyt::Pane * mpRootPane
The root pane of the layout.
virtual int create()
do method for the create operation.
virtual int draw()
do method for the draw operation.
bool createLayout()
Loads the resources and creates the layout for the base.
virtual ~dModelPlayGuide_c()
Destroys the base.
dModelPlayGuide_c()
Constructs a new base.
virtual int preExecute()
pre method for the execute operation.
bool mIsCreated
If the layout has been successfully created.
LytBase_c mLayout
The layout of the overlay.
virtual int doDelete()
do method for the delete operation.