MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / FileHeader

Class FileHeader

src/mod_symbols.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include "recompiler/context.h"
4
5struct FileHeader {
6 char magic[8]; // N64RSYMS
7 uint32_t version;
8};
9
10struct FileSubHeaderV1 {
11 uint32_t num_sections;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected