summaryrefslogtreecommitdiff
path: root/src/map/struct/npcdext.h
blob: 2ba1b72c2a5117189d3f0be04e1f654bed14c241 (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 Evol developers

#ifndef EVOL_MAP_NPCDEXT
#define EVOL_MAP_NPCDEXT

struct NpcdExt
{
    int areaSize;
    bool init;
};

#endif  // EVOL_MAP_NPCDEXT