The tutorial says:
"ent_remove(ENTITY* entity);
Removes a level entity out of the level.
Parameters:
entity - Pointer to the level entity to be removed. "

if I use a pointer to the view entity as the parameter, teh engine show me an error.