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

Class ExportV1

src/mod_symbols.cpp:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80};
81
82struct ExportV1 {
83 uint32_t func_index;
84 uint32_t name_start; // offset into the string data
85 uint32_t name_size;
86};
87
88struct CallbackV1 {
89 uint32_t dependency_event_index;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected