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

Function BubbleSwapItem

Source/items.cpp:3340–3347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3338}
3339
3340void BubbleSwapItem(ItemStruct *a, ItemStruct *b)
3341{
3342 ItemStruct h;
3343
3344 h = *a;
3345 *a = *b;
3346 *b = h;
3347}
3348
3349void SortSmith()
3350{

Callers 3

SortSmithFunction · 0.85
SortWitchFunction · 0.85
SortHealerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected