#include "entityimpl.h" IMPL_INIT(player, 0) { this->id = atoi(this->name); } IMPL(draw) { } IMPL(update) { }