mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-15 04:33:21 -04:00
d_seafightgame OK for demo
This commit is contained in:
@@ -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 */
|
||||
#endif /* D_SEAFIGHTGAME_H */
|
||||
|
||||
Reference in New Issue
Block a user