absence_thelab

diff src/3deng/switches.h @ 0:1cffe3409164

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 23 Oct 2014 01:46:07 +0300
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/3deng/switches.h	Thu Oct 23 01:46:07 2014 +0300
     1.3 @@ -0,0 +1,10 @@
     1.4 +#ifndef _SWITCHES_H_
     1.5 +#define _SWITCHES_H_
     1.6 +
     1.7 +#define ENGINE_VER_DIRECT3D
     1.8 +
     1.9 +#pragma conform(forScope, on)
    1.10 +#pragma warning(disable:4258)	// dissable conformance warning about for loop variable scope
    1.11 +#pragma warning(disable:4800)	// dissable force value to bool perf. warning
    1.12 +
    1.13 +#endif	// _SWITCHES_H_
    1.14 \ No newline at end of file