summaryrefslogtreecommitdiff
path: root/src/emap/enum/esctype.h
blob: 42dcffd061a11970af7dc4de7f0365af1f82c154 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 - 2015 Evol developers

#ifndef EVOL_MAP_ENUM_ESCTYPE
#define EVOL_MAP_ENUM_ESCTYPE

#ifndef OLD_SC_MAX
#define OLD_SC_MAX 0
#error "vars.sh did not define OLD_SC_MAX"
#endif

typedef enum esc_type
{
    SC_PHYSICAL_SHIELD = 1000, // used to be OLD_SC_MAX, defined in vars.sh
    SC_HALT_REGENERATION,
} esc_type;

#endif  // EVOL_MAP_ENUM_ESCTYPE