Fixed missing files from previous commit

Former-commit-id: 0a757b5cfda97dd6f88d5a17b8dc41329c139d32
This commit is contained in:
Lynix
2013-09-06 18:05:39 +02:00
parent e92f388c65
commit 1ed8ea8ad5
3 changed files with 14 additions and 14 deletions

View File

@@ -79,7 +79,7 @@ class NAZARA_API NzRenderer
static void SetClearDepth(double depth);
static void SetClearStencil(unsigned int value);
static void SetDepthFunc(nzRendererComparison compareFunc);
static void SetFaceCulling(nzFaceCulling cullingMode);
static void SetFaceCulling(nzFaceSide faceSide);
static void SetFaceFilling(nzFaceFilling fillingMode);
static void SetIndexBuffer(const NzIndexBuffer* indexBuffer);
static void SetLineWidth(float size);