aboutsummaryrefslogtreecommitdiff
path: root/src/stubs.hh
diff options
context:
space:
mode:
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);