From 9eeb5293fc0d022298fb772338241aa7e8672dac Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Thu, 13 Jul 2023 20:57:32 -0600 Subject: Half working mussolini --- src/entities/generale.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/entities/generale.h (limited to 'src/entities/generale.h') diff --git a/src/entities/generale.h b/src/entities/generale.h new file mode 100644 index 0000000..12b1ccb --- /dev/null +++ b/src/entities/generale.h @@ -0,0 +1,12 @@ +#include "gameCommon.h" +#include "entity.h" + +#ifndef GENERALE_H +#define GENERALE_H + +void initGenerale(Entity * entity, Game * game); +void closeGenerale(Entity * entity); +void updateGenerale(Game * game, Entity * entity); +void drawGenerale(Game * game, Entity * entity); + +#endif -- cgit v1.2.3