1
0
mirror of https://github.com/td512/re3.git synced 2026-01-23 06:37:36 +00:00
td512.re3/src/render/Lines.h
2019-07-19 13:58:19 +02:00

8 lines
159 B
C++

#pragma once
class CLines
{
public:
static void RenderLineWithClipping(float x1, float y1, float z1, float x2, float y2, float z2, uint32 c1, uint32 c2);
};