Simulated Reality SDK
7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
simulatedreality-win64-Release
include
sr
version_c.h
Go to the documentation of this file.
1
10
#ifndef VERSION_C_H
11
#define VERSION_C_H
12
13
#ifdef WIN32
14
#ifdef __cplusplus
15
# ifdef COMPILING_DLL_SimulatedReality
16
# define SRAPI extern "C"
__declspec(dllexport)
17
# else
18
# define SRAPI extern "C"
__declspec(dllimport)
19
# endif
20
#else
21
# ifdef COMPILING_DLL_SimulatedReality
22
# error Trying to compile SimulatedReality.dll using a non-C++ compiler! Use a C++ compiler instead!
23
# else
24
# define SRAPI __declspec(dllimport)
25
# endif
26
#endif
27
#else
28
# define SRAPI
29
#endif
30
43
SRAPI
const
char
*
getSRPlatformVersion
();
44
45
#undef SRAPI
46
47
#endif
// VERSION_C_H
getSRPlatformVersion
SRAPI const char * getSRPlatformVersion()
Get the full version SR Platform in [MAJOR].[MINOR].[PATCH].[GIT_HASH].
SRAPI
#define SRAPI
Definition:
version_c.h:28
Generated by
1.9.2