aboutsummaryrefslogtreecommitdiff
path: root/src/stubs.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-06-07 17:15:40 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-06-07 17:15:40 -0300
commit3d7fcfc4a6a1fc7016145b39596775bcd32be5c1 (patch)
treece0f9045c4b7647f8517ab9febb22edd414dc9bf /src/stubs.hh
parentbd145c3ebfc082286486a8700b9ce20bfd7383e2 (diff)
downloadgame-3d7fcfc4a6a1fc7016145b39596775bcd32be5c1.tar.gz
game-3d7fcfc4a6a1fc7016145b39596775bcd32be5c1.zip
race loading
Diffstat (limited to 'src/stubs.hh')
-rw-r--r--src/stubs.hh7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/stubs.hh b/src/stubs.hh
index ba87f27..3495a59 100644
--- a/src/stubs.hh
+++ b/src/stubs.hh
@@ -40,13 +40,6 @@ extern TConnection *GetNextConnection(void);
extern const char *GetName(Object Obj);
extern Object GetObject(uint32 CreatureID, int x, int y, int z, int RNum, ObjectType Type);
extern TPlayer *GetPlayer(uint32 CreatureID);
-extern bool GetRaceNoConvince(int Race);
-extern bool GetRaceNoIllusion(int Race);
-extern bool GetRaceNoParalyze(int Race);
-extern bool GetRaceNoSummon(int Race);
-extern TOutfit GetRaceOutfit(int Race);
-extern int GetRacePoison(int Race);
-extern int GetRaceSummonCost(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);