#include <stdint.h>
Go to the source code of this file.
|
| namespace | Ship |
| | Core namespace for the libultraship engine framework.
|
| |
◆ LUS_VERSION_EPOCH
| #define LUS_VERSION_EPOCH 0 |
◆ LUS_VERSION_MAJOR
| #define LUS_VERSION_MAJOR 0 |
◆ LUS_VERSION_MINOR
| #define LUS_VERSION_MINOR 0 |
◆ LUS_VERSION_PATCH
| #define LUS_VERSION_PATCH 0 |
◆ SHIP_PACK_VERSION
| #define SHIP_PACK_VERSION |
( |
|
epoch, |
|
|
|
major, |
|
|
|
minor, |
|
|
|
patch |
|
) |
| |
Value: ((((uint32_t)((epoch)&0xFF)) << 24) | (((uint32_t)((major)&0xFF)) << 16) | (((uint32_t)((minor)&0xFF)) << 8) | \
((uint32_t)((patch)&0xFF)))
◆ SHIP_VERSION_EPOCH
◆ SHIP_VERSION_MAJOR
◆ SHIP_VERSION_MINOR
◆ SHIP_VERSION_PATCH
◆ SHIP_VERSION_U32