#include "Entite.h" void Entite::_init() { } void Entite::_process(float delta) { } void Entite::UpdateMotionFromInput() { }