aboutsummaryrefslogtreecommitdiff
path: root/src/stubs.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-06-03 02:08:15 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-06-03 02:08:15 -0300
commita1e062c8b27fcf2f65d5a21fc85fbcc80abfa86f (patch)
tree12086bd2c8c443632995a467a6bc6f3d666eacd0 /src/stubs.hh
parentd2eb32efe2df9e570e491b08d4ecf50da35f1b75 (diff)
downloadgame-a1e062c8b27fcf2f65d5a21fc85fbcc80abfa86f.tar.gz
game-a1e062c8b27fcf2f65d5a21fc85fbcc80abfa86f.zip
more spells
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 7b10798..4157c61 100644
--- a/src/stubs.hh
+++ b/src/stubs.hh
@@ -27,6 +27,7 @@ extern void CircleShapeSpell(TCreature *Actor, int DestX, int DestY, int DestZ,
extern void CleanHouseField(int x, int y, int z);
extern int ComputeDamage(TCreature *Creature, int SpellNr, int Damage, int Variation);
extern int CountInventoryObjects(uint32 CreatureID, ObjectType Type, uint32 Value);
+extern Object CreateAtCreature(uint32 CreatureID, ObjectType Type, uint32 Value);
extern void CreateField(int x, int y, int z, int FieldType, uint32 Owner, bool Peaceful);
extern void CreateMonster(int Race, int x, int y, int z, int Home, uint32 Master, bool ShowEffect);
extern void CreatePlayerList(bool Online);