Gamp
v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
Loading...
Searching...
No Matches
Version.hpp
Go to the documentation of this file.
1
/*
2
* Author: Sven Gothel <sgothel@jausoft.com>
3
* Copyright Gothel Software e.K.
4
*
5
* SPDX-License-Identifier: MIT
6
*
7
* This Source Code Form is subject to the terms of the MIT License
8
* If a copy of the MIT was not distributed with this file,
9
* you can obtain one at https://opensource.org/license/mit/.
10
*/
11
12
#ifndef JAU_GAMP_VERSION_HPP_
13
#define JAU_GAMP_VERSION_HPP_
14
15
#include <
jau/util/VersionNumber.hpp
>
16
17
namespace
gamp
{
18
/** \addtogroup Gamp
19
*
20
* @{
21
*/
22
extern
const
jau::util::VersionNumberString
VERSION
;
23
extern
const
char
*
VERSION_SHORT
;
24
extern
const
char
*
VERSION_API
;
25
/**@}*/
26
}
/* namespace gamp */
27
28
#endif
/* JAU_GAMP_VERSION_HPP_ */
VersionNumber.hpp
gamp::VERSION_API
const char * VERSION_API
gamp::VERSION_SHORT
const char * VERSION_SHORT
gamp::VERSION
const jau::util::VersionNumberString VERSION
gamp
Gamp: Graphics, Audio, Multimedia and Processing Framework (Native C++, WebAssembly,...
Definition
Gamp.hpp:29
include
gamp
Version.hpp
Generated by
1.13.2