Browse Source

Methode LoadLevel Erstellt

main
fdai7172 2 years ago
parent
commit
b9602d82a9
  1. 7
      src/Paper-Bin.c

7
src/Paper-Bin.c

@ -15,6 +15,13 @@ void buildBin(int width, int heigth){
field[width][heigth+1] = ' ';
}
void loadLevel() {
int lvlnum;
switch (lvlnum)
{
}
}
int main()
{

Loading…
Cancel
Save