File indexing completed on 2024-11-17 04:17:27

0001 /*
0002     SPDX-FileCopyrightText: 2021 Volker Krause <vkrause@kde.org>
0003 
0004     SPDX-License-Identifier: LGPL-2.0-or-later
0005 */
0006 
0007 #ifndef KOSMINDOORMAP_MAPCSSTYPES_H
0008 #define KOSMINDOORMAP_MAPCSSTYPES_H
0009 
0010 #include <osm/stringpool.h>
0011 
0012 namespace KOSMIndoorMap {
0013 
0014 class ClassSelectorKey : public OSM::StringKey {};
0015 class LayerSelectorKey : public OSM::StringKey {};
0016 
0017 }
0018 
0019 #endif // KOSMINDOORMAP_MAPCSSTYPES_H