#include <stdint.h>
Go to the source code of this file.
|
void | anbox_platform_get_versions (uint32_t version, uint32_t &major, uint32_t &minor, uint32_t &patch) |
| Get the individual version numbers from the combined version number. More...
|
|
◆ ANBOX_PLATFORM_MAJOR_VERSION
#define ANBOX_PLATFORM_MAJOR_VERSION 1 |
◆ ANBOX_PLATFORM_MINOR_VERSION
#define ANBOX_PLATFORM_MINOR_VERSION 23 |
◆ ANBOX_PLATFORM_PATCH_VERSION
#define ANBOX_PLATFORM_PATCH_VERSION 0 |
◆ ANBOX_PLATFORM_VERSION
#define ANBOX_PLATFORM_VERSION 12300 |
◆ anbox_platform_get_versions()
void anbox_platform_get_versions |
( |
uint32_t |
version, |
|
|
uint32_t & |
major, |
|
|
uint32_t & |
minor, |
|
|
uint32_t & |
patch |
|
) |
| |
|
inline |
Get the individual version numbers from the combined version number.
- Parameters
-
version | The combined version, i.e. ANBOX_PLATFORM_VERSION or 10101 for version 1.1.1 |
major | The major version |
minor | The minor version |
patch | The patch version |
- Returns
- void
Definition at line 40 of file version.h.