From f99fd52c5cfba6ce9fe959f057fdcc7266a1c33e Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Tue, 17 May 2022 21:05:07 +0200 Subject: fuck --- src/pixelfunc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pixelfunc.h') diff --git a/src/pixelfunc.h b/src/pixelfunc.h index 4316679..ed48aa0 100644 --- a/src/pixelfunc.h +++ b/src/pixelfunc.h @@ -41,7 +41,7 @@ const int8_t level[LEVEL_W * LEVEL_H] = // here 1 means wall, 0 floor 0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0 // 14 }; -void run_doom(); +void draw_doom(); void draw(); RCL_Unit heightAt(int16_t x, int16_t y); void pixelFunc(RCL_PixelInfo *p); -- cgit v1.2.3