BLOG
Day 6
some forward declaration related changs (cross reference of include files, somehow it was compiling on Windows :-/)
unsigned int fogColor;
// later
SetRenderState(state, (int)&fogColor);
//what? pointer to value cast ?
mlr
project is built!!!! (I mean just compiled :-))