vsgXchange  1.0.2
VulkanSceneGraph 3rd party data integration library
Version.h
1 /* <editor-fold desc="MIT License">
2 
3 Copyright(c) 2021 Robert Osfield
4 
5 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6 
7 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8 
9 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
10 
11 </editor-fold> */
12 
13 #pragma once
14 
15 #include <vsgXchange/Export.h>
16 #include <vsg/core/Version.h>
17 
18 #ifdef __cplusplus
19 extern "C"
20 {
21 #endif
22 
23  #define VSGXCHANGE_VERSION_MAJOR 1
24  #define VSGXCHANGE_VERSION_MINOR 0
25  #define VSGXCHANGE_VERSION_PATCH 2
26  #define VSGXCHANGE_SOVERSION 0
27 
28  #define VSGXCHANGE_VERSION_STRING "1.0.2"
29  #define VSGXCHANGE_SOVERSION_STRING "0"
30 
31  extern VSGXCHANGE_DECLSPEC struct VsgVersion vsgXchangeGetVersion();
32  extern VSGXCHANGE_DECLSPEC const char* vsgXchangeGetVersionString();
33  extern VSGXCHANGE_DECLSPEC const char* vsgXchangeGetSOVersionString();
34 
37  extern VSGXCHANGE_DECLSPEC int vsgXchangeBuiltAsSharedLibrary();
38 
40  #define vsgXchange_all
41  #define vsgXchange_images
42  #define vsgXchange_models
43  #define vsgXchange_stbi
44  #define vsgXchange_dds
45  #define vsgXchange_ktx
46  #define vsgXchange_spv
47  #define vsgXchange_cpp
48 
50  #define vsgXchange_freetype
51  #define vsgXchange_assimp
52  #define vsgXchange_OSG
53  #define vsgXchange_GDAL
54  #define vsgXchange_CURL
55  #define vsgXchange_OpenEXR
56 
57 #ifdef __cplusplus
58 }
59 #endif