blob: 8d28c6a54efb92d16b465f6b02fb4f6f9998c22b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
// 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 map_parse_join_channel(int fd);
#endif // EVOL_MAP_PARSE
|