summaryrefslogtreecommitdiff
path: root/src/emap/struct/npcdext.h
blob: 5932b78873809032e994f74aedd917a293eca349 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 - 2015 Evol developers

#ifndef EVOL_MAP_NPCDEXT
#define EVOL_MAP_NPCDEXT

struct NpcdExt
{
    bool init;
    int language;
};

#endif  // EVOL_MAP_NPCDEXT