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

#ifndef CAPORALE_H
#define CAPORALE_H

void initCaporale(Entity * entity, Game * game);
void closeCaporale(Entity * entity);
void updateCaporale(Game * game, Entity * entity);
void drawCaporale(Game * game, Entity * entity);

#endif