diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-11 03:30:51 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-11 03:30:51 -0300 |
| commit | 60b89174c6b6300079344267bae60d74347e1fa5 (patch) | |
| tree | 71f97db0af2d5b64e34fcaee72f95ceccb6f433e /src/connection.hh | |
| parent | b167d45f88cfb824a96c3a5a120c34c30768ecda (diff) | |
| download | game-60b89174c6b6300079344267bae60d74347e1fa5.tar.gz game-60b89174c6b6300079344267bae60d74347e1fa5.zip | |
some announce functions
Diffstat (limited to 'src/connection.hh')
| -rw-r--r-- | src/connection.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connection.hh b/src/connection.hh index d3a53df..ec79a6e 100644 --- a/src/connection.hh +++ b/src/connection.hh @@ -15,6 +15,7 @@ struct TKnownCreature { struct TConnection { void Logout(int Delay, bool StopFight); + bool IsVisible(int x, int y, int z); // DATA // ================= |
