mirror of
https://github.com/GayPizzaSpecifications/padlab.git
synced 2025-08-04 05:31:33 +00:00
small cleanups cus I felt like it
This commit is contained in:
4
draw.h
4
draw.h
@ -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.
|
||||
//
|
||||
|
Reference in New Issue
Block a user