summaryrefslogtreecommitdiff
path: root/src/char/inter.hpp
blob: ece340ae65be594fb8e016408c1d8ce0a18bb581 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef INTER_HPP
#define INTER_HPP

# include "../strings/fwd.hpp"

void inter_init(ZString file);
void inter_save(void);
int inter_parse_frommap(int fd);

int inter_check_length(int fd, int length);

# define inter_cfgName "conf/inter_athena.conf"

extern int party_share_level;

#endif // INTER_HPP