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

#ifndef LEVEL8_H
#define LEVEL8_H

void initLevel8(Game * game, Levels * levels);
void closelevel8(Levels * levels);
bool updateLevel8(Game * game, Levels * levels);

#endif