vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
awHelper.h
Go to the documentation of this file.
1 #ifndef AWHELPER_H
2 #define AWHELPER_H
3 
4 #pragma warning(disable:4482)
5  // V celem projektu je pouzite nestandardni rozsireni, ktere pak haze tuto hlasku:
6  // warning C4482: nonstandard extension used: enum 'ArtificialWorld::AnimationLoopType' used in qualified name
7 
8 //#define AW_DEBUG_ONLY(anything) {anything;}
9 #define AW_DEBUG_ONLY(anything) {}
10 
11 #endif
12