MCPcopy Create free account
hub / github.com/JRickey/BattleShip / dFTManagerDataFiles_Ref

Function dFTManagerDataFiles_Ref

port/port.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104struct FTData;
105extern "C" struct FTData **dFTManagerDataFiles_Ref(void);
106extern "C" struct FTData **dFTManagerDataFiles_Ref(void) {
107 extern struct FTData *dFTManagerDataFiles[];
108 return dFTManagerDataFiles;
109}
110extern "C" void* sModBridgeAnchorDataFilesRef = (void*)&dFTManagerDataFiles_Ref;
111#endif
112

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected