Skip to main content

LivesRevision.ixx File

Type alias for the lives revision counter. More...

Included Headers

#include <cstdint>

Namespaces Index

namespacehelios
namespaceengine

Main engine module aggregating core infrastructure and game systems. More...

namespacemechanics

High-level gameplay systems and components for game logic. More...

namespacematch

Match state management for the helios engine. More...

namespacetypes

Core types for match state management. More...

Description

Type alias for the lives revision counter.

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @file LivesRevision.ixx
3 * @brief Type alias for the lives revision counter.
4 */
5module;
6
7#include <cstdint>
8
9export module helios.engine.mechanics.match.types.LivesRevision;
10
11
13
14 /**
15 * @brief Monotonically increasing counter tracking LivesComponent mutations.
16 *
17 * Observer systems compare their cached revision against the
18 * component's current revision to detect changes.
19 */
20 using LivesRevision = uint32_t;
21
22}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.