small cleanups cus I felt like it

This commit is contained in:
2022-11-16 03:00:20 +11:00
parent f4863ff56a
commit fc9a6571ec
4 changed files with 19 additions and 27 deletions

4
draw.h
View File

@ -26,9 +26,9 @@ void QuitDraw(void);
// Get the actual size of the canvas in pixels.
//
// Returns:
// rectangle struct with 'w' and 'h' set to the width &
// size struct with 'w' and 'h' set to the width &
// height of the canvas in actual pixels.
rect GetDrawSizeInPixels(void);
size GetDrawSizeInPixels(void);
// Set the current draw colour.
//