aboutsummaryrefslogtreecommitdiff
path: root/src/levels/level11.h
blob: ed8978450343e2e14c3fed6beed59daea12fc6d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "gameCommon.h"
#include "levels.h"

#ifndef LEVEL11_H
#define LEVEL11_H

void initLevel11(Game * game, Levels * levels);
void closelevel11(Levels * levels);
bool updateLevel11(Game * game, Levels * levels);

#endif