blob: 000b5f072f091aac2ea31f28e368a5c43c42bacd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 - 2015 Evol developers
#ifndef EVOL_MAP_HOMUNCULUS
#define EVOL_MAP_HOMUNCULUS
enum homun_type ehomunculus_class2type_pre(int *class_ __attribute__ ((unused)));
int ehomunculus_gainexp_pre(struct homun_data **hdPtr,
unsigned int *expPtr);
#endif // EVOL_MAP_HOMUNCULUS
|