reparation dash plus supression des warning

This commit is contained in:
Estrela Allan p1923381
2020-05-04 15:02:08 +02:00
parent dfe4bd0ae5
commit 6d4576bf8c
4 changed files with 25 additions and 12 deletions

View File

@ -25,9 +25,9 @@ public:
void _ready();
private:
void AjoutMur(int sizeX, int sizeY, int posX, int posY);
void AjoutSolSolide(int sizeX, int sizeY, int posX, int posY);
void AjoutSolTraversable(int sizeX, int sizeY, int posX, int posY);
void AjoutMur(float sizeX, float sizeY, float posX, float posY);
void AjoutSolSolide(float sizeX, float sizeY, float posX, float posY);
void AjoutSolTraversable(float sizeX, float sizeY, float posX, float posY);
void SuppressionTout();