diff options
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); |