4 lines
115 B
C
4 lines
115 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
void texsynth_inpaint(int w, int h, void *output_ptr, void *image_ptr, void *mask_ptr, bool tiling);
|