summaryrefslogtreecommitdiffstats
path: root/src/renderer/Lines.h
blob: f2694fc03b37da342b5a0fca01ca9a5aba31d80d (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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