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

#ifndef MARESCIALLO_H
#define MARESCIALLO_H

void initMaresciallo(Entity * entity, Game * game);
void closeMaresciallo(Entity * entity);
void updateMaresciallo(Game * game, Entity * entity);
void drawMaresciallo(Game * game, Entity * entity);

#endif