From d7c11b271633ee1f5b58d2b679b50cf95b2826e0 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Sat, 31 May 2025 02:25:31 -0300 Subject: done with `crcombat.cc` --- src/stubs.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stubs.hh') 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); -- cgit v1.2.3