Fixed a gcc compilation error and some warnings.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11046 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
a269711fd4
commit
137877aebf
@ -10,10 +10,19 @@ struct storage;
|
|||||||
struct guild_storage;
|
struct guild_storage;
|
||||||
//#include "map.h"
|
//#include "map.h"
|
||||||
struct block_list;
|
struct block_list;
|
||||||
|
struct unit_data;
|
||||||
struct map_session_data;
|
struct map_session_data;
|
||||||
struct homun_data;
|
struct homun_data;
|
||||||
struct unit_data;
|
struct pet_data;
|
||||||
|
struct npc_data;
|
||||||
|
struct chat_data;
|
||||||
struct flooritem_data;
|
struct flooritem_data;
|
||||||
|
struct skill_unit;
|
||||||
|
struct vending;
|
||||||
|
struct party;
|
||||||
|
struct party_data;
|
||||||
|
struct guild;
|
||||||
|
#include <stdarg.h>
|
||||||
|
|
||||||
// server->client protocol version
|
// server->client protocol version
|
||||||
// v7 - 2005-04-11aSakexe+ - 0x229, 0x22a, 0x22b, 0x22c
|
// v7 - 2005-04-11aSakexe+ - 0x229, 0x22a, 0x22b, 0x22c
|
||||||
|
@ -4,6 +4,13 @@
|
|||||||
#ifndef _INTIF_H_
|
#ifndef _INTIF_H_
|
||||||
#define _INFIF_H_
|
#define _INFIF_H_
|
||||||
|
|
||||||
|
//#include "../common/mmo.h"
|
||||||
|
struct party_member;
|
||||||
|
struct guild_member;
|
||||||
|
struct guild_position;
|
||||||
|
struct s_pet;
|
||||||
|
struct s_homunculus;
|
||||||
|
|
||||||
int intif_parse(int fd);
|
int intif_parse(int fd);
|
||||||
|
|
||||||
int intif_GMmessage(const char* mes,int len,int flag);
|
int intif_GMmessage(const char* mes,int len,int flag);
|
||||||
|
@ -35,6 +35,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user