Skip to main content

TimerRevision.ixx File

Type alias for timer revision counters. 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...

namespacetiming

Game timer management system. More...

namespacetypes

Core type definitions for the timing module. More...

Description

Type alias for timer revision counters.

File Listing

The file content with the documentation metadata removed is:

1/**
2 * @file TimerRevision.ixx
3 * @brief Type alias for timer revision counters.
4 */
5module;
6
7#include <cstdint>
8
9export module helios.engine.mechanics.timing.types.TimerRevision;
10
11
13
14 /**
15 * @brief Monotonically increasing revision counter for GameTimer updates.
16 */
17 using TimerRevision = uint32_t;
18
19}

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.