summaryrefslogblamecommitdiff
path: root/src/emap/struct/mapdext.h
blob: c352221867e24dfe991a621c33b43c5a4f2a6988 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                                         
                                            



                        

                      

              
                      
                          



                           
                   


                           
// 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