render -> renderer (original name)

This commit is contained in:
Sergeanur
2021-07-18 00:03:57 +03:00
parent c8cb1ed013
commit c937bdbfea
77 changed files with 6 additions and 6 deletions

7
src/renderer/Lines.h Normal file
View File

@@ -0,0 +1,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);
};