summaryrefslogtreecommitdiff
path: root/src/emap/craft.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emap/craft.h')
-rw-r--r--src/emap/craft.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/craft.h b/src/emap/craft.h
index 1930763..fd9c3d2 100644
--- a/src/emap/craft.h
+++ b/src/emap/craft.h
@@ -32,5 +32,6 @@ bool craft_checkstr(TBL_PC *sd, const char *craftstr);
int str_to_craftvar(TBL_PC *sd, const char *craftstr);
struct craft_vardata *craft_str_to_craft(const char *craftstr);
void craft_dump(TBL_PC *sd, const int id);
+void craft_delete(const int id);
#endif // EVOL_MAP_CRAFT