AnimatLab  2
Test
Applications/AnimatSimulator/StdAfx.h
1 
2 #ifdef WIN32
3  #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
4 
5  #include <windows.h>
6 #endif
7 
8 #include "BootstrapLoader.h"
9 
10 #ifdef ANIMAT_STATIC
11  #include "BulletAnimatSim.h"
12 #endif
13