summaryrefslogtreecommitdiff
path: root/src/map/parse.h
blob: ea45975369a60eea06cf362c7ba170ce44044fb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 Evol developers

#ifndef EVOL_MAP_PARSE
#define EVOL_MAP_PARSE

void map_parse_version(int fd);
void sample_packet0f3(int fd);

int epc_parse_setparam_pre(struct map_session_data *sd, int *type, int *val);
int epc_parse_readparam_pre(struct map_session_data* sd, int *type);

#endif  // EVOL_MAP_PARSE