summaryrefslogtreecommitdiffstats
path: root/src/pixelfunc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pixelfunc.h')
-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);