aboutsummaryrefslogtreecommitdiff
path: root/src/levels/level4.c
blob: ae9edaaf0460d0c1fccd71630f625d276cf08893 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "game.h"
#include "world.h"
#include "entityGrouping.h"

void initLevel4(Game * game, Levels * levels) {

}

void closelevel4(Levels * levels) {

}

bool updateLevel4(Game * game, Levels * levels) {

    return false;
}