aboutsummaryrefslogtreecommitdiff
path: root/src/stubs.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-06-02 18:17:10 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-06-02 18:21:54 -0300
commitd2eb32efe2df9e570e491b08d4ecf50da35f1b75 (patch)
tree6097d7f49e6a294f8b216fb6ea13e8aa6184e83e /src/stubs.hh
parent3f85ce3cfb46adee8caf890a8369cd7cd7814874 (diff)
downloadgame-d2eb32efe2df9e570e491b08d4ecf50da35f1b75.tar.gz
game-d2eb32efe2df9e570e491b08d4ecf50da35f1b75.zip
impl some spells and create `info.cc`
Diffstat (limited to 'src/stubs.hh')
-rw-r--r--src/stubs.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stubs.hh b/src/stubs.hh
index 0d7bbd0..7b10798 100644
--- a/src/stubs.hh
+++ b/src/stubs.hh
@@ -43,6 +43,7 @@ extern bool GetRaceNoParalyze(int Race);
extern int GetRacePoison(int Race);
extern void GraphicalEffect(int x, int y, int z, int Type);
extern void GraphicalEffect(Object Obj, int Type);
+extern int IdentifyPlayer(const char *Name, bool ExactMatch, bool IgnoreGamemasters, TPlayer **Player);
extern void InitLog(const char *ProtocolName);
extern void Log(const char *ProtocolName, const char *Text, ...) ATTR_PRINTF(2, 3);
extern void LogoutAllPlayers(void);