MCPcopy Create free account
hub / github.com/diasurgical/devilution / DeltaExportObject

Function DeltaExportObject

Source/msg.cpp:231–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231BYTE *DeltaExportObject(BYTE *dst, DObjectStr *src)
232{
233 memcpy(dst, src, sizeof(DObjectStr) * MAXOBJECTS);
234 return dst + sizeof(DObjectStr) * MAXOBJECTS;
235}
236
237BYTE *DeltaExportMonster(BYTE *dst, DMonsterStr *src)
238{

Callers 1

DeltaExportDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected