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

#ifndef BOSS_LEVEL_H
#define BOSS_LEVEL_H

void initBossLevel(Game * game, Levels * levels);
void closeBossLevel(Levels * levels);
bool updateBossLevel(Game * game, Levels * levels);

#endif