Let's code

This commit is contained in:
Amaury
2020-03-25 11:00:23 +01:00
parent a4f2128fc1
commit d0d7d7da7e
125 changed files with 208076 additions and 0 deletions

View File

@ -0,0 +1,17 @@
#include "GestionTerrain.h"
void GestionTerrain::AjoutMur(int sizeX, int sizeY, int posX, int posY)
{
}
void GestionTerrain::AjoutSolSolide(int sizeX, int sizeY, int posX, int posY)
{
}
void GestionTerrain::AjoutSolTraversable(int sizeX, int sizeY, int posX, int posY)
{
}
void GestionTerrain::SuppressionTout()
{
}