Whenever I add the following lines to a header file:
const float TEA_AMBIENT[4] = {0.1, 0.7, 0.5, 0};
const float TEA_SPECULAR[4] = {0.2, 0.25, 0.2, 0};
const int TEA_SHININESS = 30;
then try to switch away from that file, VS freezes and dies. This is... really special.
click