Interrupt / systemshock

Shockolate - A minimalist and cross platform System Shock source port.
GNU General Public License v3.0
812 stars 65 forks source link

OpenGL should not be referenced in code if compiling without the flag #352

Open mrikola opened 4 years ago

mrikola commented 4 years ago

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.