Skip to main content

ScorePoolRevision.ixx File

Type alias for score pool revision tracking. 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...

namespacescoring

Score management and tracking system for game mechanics. More...

namespacetypes

Score data types and value classes. More...

Description

Type alias for score pool revision tracking.

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @file ScorePoolRevision.ixx
3 * @brief Type alias for score pool revision tracking.
4 */
5module;
6
7#include <cstdint>
8
9export module helios.engine.mechanics.scoring.types.ScorePoolRevision;
10
11
13
14 /**
15 * @brief Type alias for tracking score pool revisions.
16 *
17 * Used to detect changes in a ScorePool. Incremented each time
18 * the pool's score changes, allowing observers to efficiently
19 * check for updates.
20 */
21 using ScorePoolRevision = uint32_t;
22
23}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.