v1.3.0.0
enums.h
1/*
2This file is part of the WASimCommander project.
3https://github.com/mpaperno/WASimCommander
4
5COPYRIGHT: (c) Maxim Paperno; All Rights Reserved.
6
7This file may be used under the terms of either the GNU General Public License (GPL)
8or the GNU Lesser General Public License (LGPL), as published by the Free Software
9Foundation, either version 3 of the Licenses, or (at your option) any later version.
10
11This program is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
15
16Copies of the GNU GPL and LGPL are included with this project
17and are available at <http://www.gnu.org/licenses/>.
18*/
19
20#pragma once
21
22#ifdef WSMCMND_ENUM_EXPORT
23#undef WSMCMND_ENUM_EXPORT
24#undef WSMCMND_ENUM_NAMESPACE
25#endif
26
27#define WSMCMND_ENUM_EXPORT
28#define WSMCMND_ENUM_NAMESPACE WASimCommander::Enums
29
30#include "./enums_impl.h"