1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2025-05-08 15:42:07 +00:00
re3/src/renderer/Lines.h
2021-07-18 00:03:57 +03: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);
};