aboutsummaryrefslogtreecommitdiff
path: root/src/entities/antifaShip.h
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-07-07 23:10:23 -0600
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-07-07 23:10:23 -0600
commite5268813dcbdc0d90a081b2223ebc21749038635 (patch)
tree7c917996749e4123fb1fe49ddd1ed3b8f7e92334 /src/entities/antifaShip.h
parenta90e1987de75cfecc2693952625af8cce507ae95 (diff)
Better world
Diffstat (limited to 'src/entities/antifaShip.h')
-rw-r--r--src/entities/antifaShip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/antifaShip.h b/src/entities/antifaShip.h
index 15e9009..a1b97d2 100644
--- a/src/entities/antifaShip.h
+++ b/src/entities/antifaShip.h
@@ -4,7 +4,7 @@
#ifndef ANTIFA_SHIP_H
#define ANTIFA_SHIP_H
-void initAntifaShip(Entity * entity);
+void initAntifaShip(Entity * entity, Game * game);
void closeAntifaShip(Entity * entity);
void updateAntifaShip(Game * game, Entity * entity, EntityId id);
void drawAntifaShip(Game * game, Entity * entity, EntityId id);