summaryrefslogtreecommitdiff
path: root/src/emap/chrif.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emap/chrif.h')
-rw-r--r--src/emap/chrif.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/emap/chrif.h b/src/emap/chrif.h
new file mode 100644
index 0000000..f0a9790
--- /dev/null
+++ b/src/emap/chrif.h
@@ -0,0 +1,10 @@
+// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+// Copyright (c) 2014 - 2019 Evol developers
+
+#ifndef EVOL_MAP_CHRIF
+#define EVOL_MAP_CHRIF
+
+bool echrif_changesex(TBL_PC **sdPtr,
+ bool *change_account);
+
+#endif // EVOL_MAP_CHRIF