From 70d811a7e5f6710106e49e8c576288df106da195 Mon Sep 17 00:00:00 2001 From: le vieux Date: Sat, 14 Nov 2020 22:26:11 +0100 Subject: [PATCH] il faut mainteant ecrire le code --- Fonderie/glitches.c | 6 ++++++ Fonderie/glitches.h | 2 ++ 2 files changed, 8 insertions(+) diff --git a/Fonderie/glitches.c b/Fonderie/glitches.c index 3781428..b7f9005 100644 --- a/Fonderie/glitches.c +++ b/Fonderie/glitches.c @@ -113,4 +113,10 @@ int poke_a_random_pixel(FloatImg *picz, float fval, int kaboo) return -1; } /* -------------------------------------------------------------- */ +int vertical_singlitch(FloatImg *picz, float omega, float phi) +{ + +return -1; +} +/* -------------------------------------------------------------- */ diff --git a/Fonderie/glitches.h b/Fonderie/glitches.h index a1cd77f..740cf35 100644 --- a/Fonderie/glitches.h +++ b/Fonderie/glitches.h @@ -9,4 +9,6 @@ int un_petit_flou_8x8(FloatImg *picture, int x, int y); int un_moyen_flou_8x8(FloatImg *picture, int x, int y); int poke_a_random_pixel(FloatImg *picz, float fval, int kaboo); +int vertical_singlitch(FloatImg *picz, float omega, float phi); + /* this is a wtf file */