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

#ifndef EVOL_MAP_MAPDEXT
#define EVOL_MAP_MAPDEXT

#include "common/db.h"

struct MapdExt
{
    unsigned int mask;
    VECTOR_DECL(int) npcs;
    struct MapdExtFlag
    {
        unsigned nopve : 1;
    } flag;
    bool invisible;
};

#endif  // EVOL_MAP_MAPDEXT