MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / MaaImageListBufferCreate

Function MaaImageListBufferCreate

source/Common/MaaBuffer.cpp:323–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323MaaImageListBuffer* MaaImageListBufferCreate()
324{
325 return new MaaImageListBuffer;
326}
327
328void MaaImageListBufferDestroy(MaaImageListBuffer* handle)
329{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected