summaryrefslogtreecommitdiff
path: root/src/map/mapdext.h
blob: 0c3c03ac18ce82af3d6b7778924b005eef827575 (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_MAPDEXT
#define EVOL_MAP_MAPDEXT

struct MapdExt
{
    unsigned int mask;
    bool invisible;
};

#endif  // EVOL_MAP_MAPDEXT