mirror of
https://forge.univ-lyon1.fr/tplifap4/dungeonanddeamon.git
synced 2024-02-27 13:31:50 +01:00
26 lines
223 B
C++
26 lines
223 B
C++
#include "GestionPlayer.h"
|
|
|
|
void GestionPlayer::droit()
|
|
{
|
|
}
|
|
|
|
void GestionPlayer::gauche()
|
|
{
|
|
}
|
|
|
|
void GestionPlayer::bas()
|
|
{
|
|
}
|
|
|
|
void GestionPlayer::saut()
|
|
{
|
|
}
|
|
|
|
void GestionPlayer::idle()
|
|
{
|
|
}
|
|
|
|
void GestionPlayer::attack()
|
|
{
|
|
}
|