aboutsummaryrefslogtreecommitdiff
path: root/src/entities/antifaShip.h
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-07-07 00:57:19 -0600
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-07-07 00:57:19 -0600
commit028cf5d33d99274deea9567159a4eb07c13ef85c (patch)
treeb2d9f0ae8fb640fdbe1a41114c7c8314f9223103 /src/entities/antifaShip.h
parent416a5cbab21c480ae9e85b07fd9424452cbcb611 (diff)
This fucker is flying
Diffstat (limited to 'src/entities/antifaShip.h')
-rw-r--r--src/entities/antifaShip.h12
1 files changed, 12 insertions, 0 deletions
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