summaryrefslogtreecommitdiff
path: root/src/emap/homunculus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emap/homunculus.h')
-rw-r--r--src/emap/homunculus.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/emap/homunculus.h b/src/emap/homunculus.h
new file mode 100644
index 0000000..591e612
--- /dev/null
+++ b/src/emap/homunculus.h
@@ -0,0 +1,10 @@
+// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+// Copyright (c) 2014 - 2015 Evol developers
+
+#ifndef EVOL_MAP_HOMUNCULUS
+#define EVOL_MAP_HOMUNCULUS
+
+int ehomunculus_gainexp_pre(struct homun_data **hdPtr,
+ unsigned int *expPtr);
+
+#endif // EVOL_MAP_HOMUNCULUS