more clippy
This commit is contained in:
parent
baa0de8847
commit
8358bc876a
4 changed files with 32 additions and 4 deletions
9
include/clippy.h
Normal file
9
include/clippy.h
Normal file
File diff suppressed because one or more lines are too long
|
@ -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);
|
Loading…
Add table
Add a link
Reference in a new issue