1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-18 18:53:13 +00:00
re3/src/render/Lines.h

8 lines
159 B
C
Raw Normal View History

2019-07-19 11:58:19 +00:00
#pragma once
class CLines
{
public:
static void RenderLineWithClipping(float x1, float y1, float z1, float x2, float y2, float z2, uint32 c1, uint32 c2);
};