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

Class DependencyEventV1

src/mod_symbols.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67};
68
69struct DependencyEventV1 {
70 uint32_t name_start;
71 uint32_t name_size;
72 uint32_t dependency;
73};
74
75struct ReplacementV1 {
76 uint32_t func_index;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected