From 028cf5d33d99274deea9567159a4eb07c13ef85c Mon Sep 17 00:00:00 2001 From: nathansmithsmith <thenathansmithsmith@gmail.com> Date: Fri, 7 Jul 2023 00:57:19 -0600 Subject: This fucker is flying --- src/entities/antifaShip.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/entities/antifaShip.h (limited to 'src/entities/antifaShip.h') diff --git a/src/entities/antifaShip.h b/src/entities/antifaShip.h new file mode 100644 index 0000000..15e9009 --- /dev/null +++ b/src/entities/antifaShip.h @@ -0,0 +1,12 @@ +#include "gameCommon.h" +#include "entity.h" + +#ifndef ANTIFA_SHIP_H +#define ANTIFA_SHIP_H + +void initAntifaShip(Entity * entity); +void closeAntifaShip(Entity * entity); +void updateAntifaShip(Game * game, Entity * entity, EntityId id); +void drawAntifaShip(Game * game, Entity * entity, EntityId id); + +#endif -- cgit v1.2.3