mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Refactor rect.c to C++
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
#include "../platform/platform.h"
|
||||
#include "drawing.h"
|
||||
|
||||
extern "C"
|
||||
{
|
||||
|
||||
/**
|
||||
* Draw a rectangle, with optional border or fill
|
||||
*
|
||||
@@ -114,3 +117,5 @@ void gfx_fill_rect_inset(rct_drawpixelinfo* dpi, sint16 left, sint16 top, sint16
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user