diff options
Diffstat (limited to 'src/core/entity.h')
| -rw-r--r-- | src/core/entity.h | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/src/core/entity.h b/src/core/entity.h index fea784a..8bf637d 100644 --- a/src/core/entity.h +++ b/src/core/entity.h @@ -189,6 +189,9 @@ public:  		return entity_destroyed;  	} +	/// list inventory, if available, to console +	void list_inventory() const; +  	/* ---- mutators -------------------------------------------------- */  	/// assign entity color @@ -252,10 +255,10 @@ public:  		entity_radius = radius;  	} -	/* ---- actors ---------------------------------------------------- */ +/* ---- actors ---------------------------------------------------- */  	/// called when the entity received a docking request -	virtual void dock(core::Entity *entity); +	virtual void dock(Entity *entity);  	/// set flags  	inline void set_flag(Flags flag) {  | 
