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

#ifndef LEVEL6_H
#define LEVEL6_H

void initLevel6(Game * game, Levels * levels);
void closelevel6(Levels * levels);
bool updateLevel6(Game * game, Levels * levels);

#endif