mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-30 21:14:15 +01:00
8 lines
159 B
C
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);
|
||
|
};
|