From 7b19af9f7c8ea99216f1a7f5c92a8122010b0631 Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 15 Aug 2006 19:44:22 +0000 Subject: - Some cleanup of int_homun.c - Added homun saving/loading support to char-TXT. Note that this is completely untested, so it may be as good as broken. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8299 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/char/int_homun.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/char/int_homun.h (limited to 'src/char/int_homun.h') diff --git a/src/char/int_homun.h b/src/char/int_homun.h new file mode 100644 index 000000000..d9c0e4689 --- /dev/null +++ b/src/char/int_homun.h @@ -0,0 +1,16 @@ +// Copyright (c) Athena Dev Teams - Licensed under GNU GPL +// For more information, see LICENCE in the main folder + +#ifndef _INT_HOMUN_H_ +#define _INT_HOMUN_H_ + +int inter_homun_init(void); +void inter_homun_final(void); +int inter_homun_save(void); +int inter_homun_delete(int homun_id); + +int inter_homun_parse_frommap(int fd); + +extern char homun_txt[1024]; + +#endif -- cgit v1.2.3-60-g2f50