This commit is contained in:
luboslenco
2025-08-07 14:58:38 +02:00
parent 5ba6ad03f1
commit 3dbdf2b3ed
199 changed files with 35 additions and 35 deletions
@@ -0,0 +1,3 @@
#pragma once
void texsynth_inpaint(int w, int h, void *output_ptr, void *image_ptr, void *mask_ptr, bool tiling);