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

#ifndef EVOL_MAP_NPCDEXT
#define EVOL_MAP_NPCDEXT

struct NpcdExt
{
    bool init;
};

#endif  // EVOL_MAP_NPCDEXT