![]() |
Atlas Game Manager
A game manager for f95 and dlsite written in c++
|
#include <cstdint>Go to the source code of this file.
Macros | |
| #define | ATLAS_TYPES_HPP |
Typedefs | |
| using | RecordID = std::uint32_t |
| using | AtlasID = std::uint64_t |
| using | F95ID = std::uint64_t |
Variables | |
| constexpr AtlasID | INVALID_ATLAS_ID { 0 } |
| constexpr RecordID | INVALID_RECORD_ID { 0 } |
| constexpr RecordID | TESTING_RECORD_ID { 1 } |
| constexpr F95ID | INVALID_F95_ID { 0 } |
| #define ATLAS_TYPES_HPP |
| using AtlasID = std::uint64_t |
| using F95ID = std::uint64_t |
| using RecordID = std::uint32_t |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |