summaryrefslogtreecommitdiffstats
path: root/src/pixelfunc.h
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-05-17 21:05:07 +0200
committersalaaad2 <arthurdurant263@gmail.com>2022-05-17 21:05:07 +0200
commitf99fd52c5cfba6ce9fe959f057fdcc7266a1c33e (patch)
tree9dc9c4d4d25f5e147a3c695cb6dc768f9ea4a3ca /src/pixelfunc.h
parentinitial commit (diff)
downloadwatchoom-f99fd52c5cfba6ce9fe959f057fdcc7266a1c33e.tar.gz
watchoom-f99fd52c5cfba6ce9fe959f057fdcc7266a1c33e.tar.bz2
watchoom-f99fd52c5cfba6ce9fe959f057fdcc7266a1c33e.tar.xz
watchoom-f99fd52c5cfba6ce9fe959f057fdcc7266a1c33e.tar.zst
watchoom-f99fd52c5cfba6ce9fe959f057fdcc7266a1c33e.zip
fuck
Diffstat (limited to '')
-rw-r--r--src/pixelfunc.h2
1 files changed, 1 insertions, 1 deletions
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);