MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / DLLFUNCCALL IDMFC_StartPacket

Function DLLFUNCCALL IDMFC_StartPacket

netgames/dmfc/dmfcinterface.cpp:536–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534}
535
536void DLLFUNCCALL IDMFC_StartPacket(IDMFC *instance, uint8_t *data, uint8_t id, int *count) {
537 assert(instance != NULL);
538 instance->StartPacket(data, id, count);
539}
540
541void DLLFUNCCALL IDMFC_SendPacket(IDMFC *instance, uint8_t *data, int size, int destination) {
542 assert(instance != NULL);

Callers

nothing calls this directly

Calls 1

StartPacketMethod · 0.80

Tested by

no test coverage detected