v1.3.0.0
enums.h
1
/*
2
This file is part of the WASimCommander project.
3
https://github.com/mpaperno/WASimCommander
4
5
COPYRIGHT: (c) Maxim Paperno; All Rights Reserved.
6
7
This file may be used under the terms of either the GNU General Public License (GPL)
8
or the GNU Lesser General Public License (LGPL), as published by the Free Software
9
Foundation, either version 3 of the Licenses, or (at your option) any later version.
10
11
This program is distributed in the hope that it will be useful,
12
but WITHOUT ANY WARRANTY; without even the implied warranty of
13
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
GNU General Public License for more details.
15
16
Copies of the GNU GPL and LGPL are included with this project
17
and 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::Client
29
30
#include "./enums_impl.h"
src
include
client
enums.h
Generated for WASimCommander v1.3.0.0 by
1.9.4