From 01920ca0c1f2c30ebb0abd4793cf6e308454f0cd Mon Sep 17 00:00:00 2001 From: blackhole89 Date: Sun, 21 May 2006 18:59:13 +0000 Subject: * Part A of the Homunculus code. This only features the structures, status_* and clif_* (packets) and is not functional yet in any conventional way, but doesn't interfere with present functionality either. I would only forget half of this stuff if I tried to do all at once. Expect the rest somewhen within the upcoming week. (This is not similar to jA's implementation.) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6681 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/map/clif.h') diff --git a/src/map/clif.h b/src/map/clif.h index 621dc28d4..492e24587 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -330,6 +330,13 @@ void clif_parse_ReqFeel(int fd, struct map_session_data *sd, int skilllv); void clif_feel_info(struct map_session_data *sd, int feel_level); void clif_hate_mob(struct map_session_data *sd, int skilllv,int mob_id); void clif_mission_mob(struct map_session_data *sd, unsigned short mob_id, unsigned short progress); + +// [blackhole89] +int clif_spawnhomun(struct homun_data *hd); +int clif_homunack(struct map_session_data *sd); +int clif_homuninfo(struct map_session_data *sd); +int clif_homuninsight(struct block_list *bl,va_list ap); +int clif_homunoutsight(struct block_list *bl,va_list ap); #endif -- cgit v1.2.3-70-g09d2