When it helps
Use this named value instead of a raw number so intent stays visible in game code and debugger output.
EPOK RUNTIME
Enum value
Named value `Loop` in `epok::native_music::Op`.
Loop = 8Named value `Loop` in `epok::native_music::Op`.
#include "native_music_data.hpp"
auto value = epok::native_music::Op::Loop;Use this named value instead of a raw number so intent stays visible in game code and debugger output.
Treat the numeric value as an implementation detail unless a file or hardware format explicitly requires it.
Declared in runtime/native_music_data.hpp:7