summaryrefslogtreecommitdiff
path: root/src/externs.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2013-03-25 11:19:10 +0100
committerBardur Arantsson <bardur@scientician.net>2013-09-27 14:46:41 +0200
commit07abe10e701b6e6d5acbfc79db665e29bceeb0ab (patch)
tree54c11d55fa4c0fdffa27a221f71e3f36e8a7bb1e /src/externs.h
parent63bb0520dcdb6177533fe3b412fd72ee1ce6d711 (diff)
Split "dice" out
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 f139a1e1..cf8702bd 100644
--- a/src/externs.h
+++ b/src/externs.h
@@ -1920,12 +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 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);
-long dice_roll(dice_type *dice);
-void dice_print(dice_type *dice, char *buf);
-
/* spells5.c */
void school_spells_init();
spell_type *spell_at(s32b index);