#include "GestionPlayer.h" void GestionPlayer::droit() { } void GestionPlayer::gauche() { } void GestionPlayer::bas() { } void GestionPlayer::saut() { } void GestionPlayer::idle() { } void GestionPlayer::attack() { }