Wireframe render functions for CModel and CStaticModel added

This commit is contained in:
parax0
2015-11-24 08:42:01 -07:00
parent 901ae6a832
commit 4cd9220763
5 changed files with 44 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
enum ERenderOptions
{
eNoRenderOptions = 0x0,
eDrawWorld = 0x1,
eDrawWorldCollision = 0x2,
eDrawObjects = 0x4,