diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-05-21 11:52:32 +0200 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-05-21 11:52:32 +0200 |
commit | 0a58f41d42a6985fa77e384f9e828ef579e2359f (patch) | |
tree | e332e25d59e433b67a103d85dec4bf27a30adc61 /src/pixelfunc.h | |
parent | fuck (diff) | |
download | watchoom-0a58f41d42a6985fa77e384f9e828ef579e2359f.tar.gz watchoom-0a58f41d42a6985fa77e384f9e828ef579e2359f.tar.bz2 watchoom-0a58f41d42a6985fa77e384f9e828ef579e2359f.tar.xz watchoom-0a58f41d42a6985fa77e384f9e828ef579e2359f.tar.zst watchoom-0a58f41d42a6985fa77e384f9e828ef579e2359f.zip |
does not work
Diffstat (limited to 'src/pixelfunc.h')
-rw-r--r-- | src/pixelfunc.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |