Files
dusklight/include/helpers
PJB3005 30c36df76b Add LE(T) macro
I figured since I was messing with some parsing code might as well be prudent. In case somebody revives big-endian CPUs.
2026-07-25 15:40:32 +02:00
..
2026-07-25 15:18:37 +02:00
2026-07-25 15:26:15 +02:00
2026-07-25 15:40:32 +02:00
2026-07-14 19:24:08 -06:00

Public game helpers

Headers in this directory provide port-specific types and utilities used by ordinary game headers. Their corresponding implementations live in src/helpers/.

These helpers must not depend on internal src/dusk/ declarations in their public interface. Unlike the internal dusk:: namespace, they are exposed to mods that use the game feature and therefore must remain ABI stable within GameService major versions.

APIs specifically for mod use do not belong here; instead they belong in mod services, which are individually versioned, can provide backwards compatibility, and are designed to keep track of per-mod runtime state.