diff --git a/src/Paper-Bin.c b/src/Paper-Bin.c index 10d7348..09f5cfd 100644 --- a/src/Paper-Bin.c +++ b/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() {