mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 14:54:30 +01:00
Refactor drawing.c to C++
This commit is contained in:
committed by
Michael Steenbeek
parent
144dbf431c
commit
3dcbebcf68
@@ -16,7 +16,7 @@
|
||||
|
||||
#pragma warning(disable : 4127) // conditional expression is constant
|
||||
|
||||
#include "drawing.h"
|
||||
#include "Drawing.h"
|
||||
|
||||
template<sint32 image_type, sint32 zoom_level>
|
||||
static void FASTCALL DrawRLESprite2(const uint8* RESTRICT source_bits_pointer,
|
||||
|
||||
Reference in New Issue
Block a user