aboutsummaryrefslogtreecommitdiff
path: root/src/entities/mussolini.h
blob: ee595f545a49c64c22ed32bc7199c4cd63405726 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "gameCommon.h"
#include "entity.h"

#ifndef MUSSOLINI_H
#define MUSSOLINI_H

void initMussolini(Entity * entity, Game * game);
void closeMussolini(Entity * entity);
void updateMussolini(Game * game, Entity * entity);
void drawMussolini(Game * game, Entity * entity);

#endif