When it helps
Use this named value instead of a raw number so intent stays visible in game code and debugger output.
PSYQO SDK
Enum value
Named value `FILE` in `psyqo::ISO9660Parser::DirEntry::(unnamed enum at third_party/nugget/psyqo/iso9660-parser.hh:60:9)`.
FILE = 1Named value `FILE` in `psyqo::ISO9660Parser::DirEntry::(unnamed enum at third_party/nugget/psyqo/iso9660-parser.hh:60:9)`.
#include "psyqo/iso9660-parser.hh"
auto value = psyqo::ISO9660Parser::DirEntry::(unnamed enum at third_party/nugget/psyqo/iso9660-parser.hh:60:9)::FILE;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.