1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00

Refactor line.c to C++

This commit is contained in:
Ted John
2018-01-05 18:21:38 +00:00
parent 15d0a726ac
commit ad406e5ae0

View File

@@ -16,6 +16,9 @@
#include "drawing.h"
extern "C"
{
/**
* Draws a horizontal line of specified colour to a buffer.
* rct2: 0x0068474C
@@ -142,3 +145,5 @@ void gfx_draw_line_software(rct_drawpixelinfo *dpi, sint32 x1, sint32 y1, sint32
}
}
}
}