class Entity { protected: Entite entite; public: Entity(int, char*); ~Entity(); Entite get_entity() const; int get_id(); char *get_name(); };