systemshock
systemshock copied to clipboard
OpenGL should not be referenced in code if compiling without the flag
Currently the main window initialization does all sorts of OpenGL setup even if the OpenGL flag isn't set. That code should be put behind an #ifdef OPENGL flag.