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

Function LoadItems

Source/loadsave.cpp:735–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

733}
734
735void LoadItems(const int n, ItemStruct *pItem)
736{
737 for (int i = 0; i < n; i++) {
738 LoadItemData(&pItem[i]);
739 }
740}
741
742void LoadPremium(int i)
743{

Callers 1

LoadPlayerFunction · 0.85

Calls 1

LoadItemDataFunction · 0.85

Tested by

no test coverage detected