absence_thelab

view src/3deng/switches.h @ 1:4d5933c261c3

todo and .hgignore
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 23 Oct 2014 02:18:43 +0300
parents
children
line source
1 #ifndef _SWITCHES_H_
2 #define _SWITCHES_H_
4 #define ENGINE_VER_DIRECT3D
6 #pragma conform(forScope, on)
7 #pragma warning(disable:4258) // dissable conformance warning about for loop variable scope
8 #pragma warning(disable:4800) // dissable force value to bool perf. warning
10 #endif // _SWITCHES_H_