MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / GetUniqueID

Function GetUniqueID

Descent3/ConfigItem.cpp:1077–1081  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1075}
1076
1077int GetUniqueID(void) {
1078 static int count = 0xB0;
1079 count++;
1080 return count;
1081}
1082
1083void CIListBoxCallback(int ID, void *ptr) {}
1084

Callers 1

AddMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected