mirror of
https://forge.univ-lyon1.fr/tplifap4/dungeonanddeamon.git
synced 2024-02-27 13:31:50 +01:00
reparation dash plus supression des warning
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user