MCPcopy Create free account
hub / github.com/assaultcube/AC / texconfig_delete

Function texconfig_delete

source/src/texture.cpp:1140–1143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1138}
1139
1140void texconfig_delete(void *s)
1141{
1142 delete (vector<Slot> *)s;
1143}
1144
1145uchar *texconfig_paste(void *_s, uchar *usedslots) // create mapping table to translate pasted geometry to this maps texture list - add any missing textures
1146{

Callers 1

resetcopybuffersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected