summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-06-26 20:16:52 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-06-26 20:16:52 -0400
commit1eb337da18c1001def3c91746fbaf4be8e045c1e (patch)
treeb078f294fbc2acbc2759ba5b9093463aaa5727c5 /include
parentbc3b08eb4f1086df7411f1fd3f60ca2aa0b738ff (diff)
d_seafightgame OK for demo
Diffstat (limited to 'include')
-rw-r--r--include/d/d_seafightgame.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/d/d_seafightgame.h b/include/d/d_seafightgame.h
index d8e50218..e1f5a66c 100644
--- a/include/d/d_seafightgame.h
+++ b/include/d/d_seafightgame.h
@@ -20,6 +20,7 @@ public:
int put_ship(u8, u8);
bool checkPutShip(int, int, int, int);
int attack(u8, u8);
+ int getNearEnemy(int, int);
/* 0x00 */ u8 mGrid[8][8];
/* 0x40 */ dSeaFightGame_ship_data mShips[4];
@@ -30,4 +31,4 @@ public:
/* 0x84 */ u32 field_0x84[31];
};
-#endif /* D_SEAFIGHTGAME_H */ \ No newline at end of file
+#endif /* D_SEAFIGHTGAME_H */