aboutsummaryrefslogtreecommitdiff
path: root/src/stubs.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-05-31 02:25:31 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-05-31 02:25:31 -0300
commitd7c11b271633ee1f5b58d2b679b50cf95b2826e0 (patch)
treec08832dff011660dcc2af748b82d5ab0adf82d97 /src/stubs.hh
parent08780dad536eb5d0544eb2ea70e5443dc237976f (diff)
downloadgame-d7c11b271633ee1f5b58d2b679b50cf95b2826e0.tar.gz
game-d7c11b271633ee1f5b58d2b679b50cf95b2826e0.zip
done with `crcombat.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 622e588..d3cfcd0 100644
--- a/src/stubs.hh
+++ b/src/stubs.hh
@@ -65,6 +65,7 @@ extern void SendMessage(TConnection *Connection, int Mode, const char *Text, ...
extern void SendPlayerData(TConnection *Connection);
extern void SendPlayerSkills(TConnection *Connection);
extern void SendPlayerState(TConnection *Connection, uint8 State);
+extern void TextualEffect(Object Obj, int Color, const char *Text, ...) ATTR_PRINTF(3, 4);
extern bool ThrowPossible(int FromX, int FromY, int FromZ,
int ToX, int ToY, int ToZ, int Power);
extern void WriteKillStatistics(void);