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







                                                                         
                      
                   



                           


                           
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 Evol developers

#ifndef EVOL_MAP_MAPDEXT
#define EVOL_MAP_MAPDEXT

struct MapdExt
{
    unsigned int mask;
    bool invisible;
    struct MapdExtFlag
    {
        unsigned nopve : 1;
    } flag;
};

#endif  // EVOL_MAP_MAPDEXT