| 321 | } |
| 322 | |
| 323 | MaaImageListBuffer* MaaImageListBufferCreate() |
| 324 | { |
| 325 | return new MaaImageListBuffer; |
| 326 | } |
| 327 | |
| 328 | void MaaImageListBufferDestroy(MaaImageListBuffer* handle) |
| 329 | { |
nothing calls this directly
no outgoing calls
no test coverage detected