summaryrefslogtreecommitdiff
path: root/src/map/skill.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/skill.h')
-rw-r--r--src/map/skill.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/map/skill.h b/src/map/skill.h
new file mode 100644
index 0000000..d6927b9
--- /dev/null
+++ b/src/map/skill.h
@@ -0,0 +1,12 @@
+// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+// Copyright (c) 2014 Evol developers
+
+#ifndef EVOL_MAP_SKILL
+#define EVOL_MAP_SKILL
+
+int eskill_check_condition_castend_post(int retVal,
+ struct map_session_data* sd,
+ uint16 *skill_id,
+ uint16 *skill_lv);
+
+#endif // EVOL_MAP_SKILL