3#include <game/bases/d_base.hpp>
dBase_c()
Constructs a new base.
virtual int draw()
do method for the draw operation.
virtual int doDelete()
do method for the delete operation.
virtual ~dLastActor_c()
Destroys the base.
virtual int create()
do method for the create operation.
virtual int execute()
do method for the execute operation.
dLastActor_c()
Constructs a new base.