From 0a58f41d42a6985fa77e384f9e828ef579e2359f Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Sat, 21 May 2022 11:52:32 +0200 Subject: does not work --- 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 ed48aa0..3b5ba6d 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 draw_doom(); +void drawDoom(); void draw(); RCL_Unit heightAt(int16_t x, int16_t y); void pixelFunc(RCL_PixelInfo *p); -- cgit v1.2.3