blob: ed22d4dcb40d8369d753b817e60b0effc2883c5e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 Evol developers
#ifndef EVOL_MAP_STATUS
#define EVOL_MAP_STATUS
void estatus_set_viewdata_post(struct block_list *bl, int *class_);
#endif // EVOL_MAP_STATUS
|