more clippy

This commit is contained in:
Lauchmelder 2022-01-23 17:23:08 +01:00
parent baa0de8847
commit 8358bc876a
4 changed files with 32 additions and 4 deletions

9
include/clippy.h Normal file

File diff suppressed because one or more lines are too long

View file

@ -27,4 +27,5 @@ struct FrameBuffer
struct FrameBuffer* framebuffer_init(unsigned int width, unsigned int height);
void framebuffer_release(void);
void draw_test_image(void);
void draw_test_image(void);
void draw_clippy(unsigned int x, unsigned int y);