summaryrefslogtreecommitdiff
path: root/src/externs.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2013-03-25 10:59:33 +0100
committerBardur Arantsson <bardur@scientician.net>2013-09-27 14:46:41 +0200
commit63bb0520dcdb6177533fe3b412fd72ee1ce6d711 (patch)
treef5b8cba5d209522cf9d33ea347a43d57678d22ef /src/externs.h
parentd1bc64bd22673bc72bafd7e200cbbea6eacb06c1 (diff)
Split out data types
Diffstat (limited to 'src/externs.h')
-rw-r--r--src/externs.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/externs.h b/src/externs.h
index 11bdc3f3..f139a1e1 100644
--- a/src/externs.h
+++ b/src/externs.h
@@ -1920,9 +1920,6 @@ int spell_x(int sval, int pval, int i);
bool_ school_book_contains_spell(int sval, s32b spell_idx);
void lua_cast_school_spell(s32b spell_idx, bool_ no_cost);
-void device_allocation_init(device_allocation *device_allocation, byte tval);
-device_allocation *device_allocation_new(byte tval);
-
void dice_init(dice_type *dice, long base, long num, long sides);
bool_ dice_parse(dice_type *dice, cptr s);
void dice_parse_checked(dice_type *dice, cptr s);
@@ -1943,9 +1940,6 @@ school_type *school_at(int index);
void mana_school_calc_mana(int *msp);
-/* range.c */
-extern void range_init(range_type *range, s32b min, s32b max);
-
/* randart.c */
extern int get_activation_power(void);
extern void build_prob(cptr learn);