lab fixes

This commit is contained in:
luboslenco
2024-10-26 15:17:05 +02:00
parent d4bca45f1c
commit e922ef9447
9 changed files with 12 additions and 38 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
#include "../../../base/sources/plugin_api.h"
#include "iron_array.h"
void texsynth_inpaint(int w, int h, void *output_ptr, void *image_ptr, void *mask_ptr, bool tiling);
#include "proc_texsynth/proc_texsynth.h"
FN(texsynth_inpaint) {
int32_t w;
@@ -0,0 +1,3 @@
#pragma once
void texsynth_inpaint(int w, int h, void *output_ptr, void *image_ptr, void *mask_ptr, bool tiling);