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

Class DependencyV1

src/mod_symbols.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55};
56
57struct DependencyV1 {
58 uint8_t reserved;
59 uint32_t mod_id_start;
60 uint32_t mod_id_size;
61};
62
63struct ImportV1 {
64 uint32_t name_start;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected