diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-12-17 20:33:50 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-12-17 20:33:50 -0500 |
commit | 1b2510a427cea42e6381d60f434b5fdec2b181b0 (patch) | |
tree | 7603c7e2ad6ef38b76cb507a18855377626667ce /main.cpp | |
parent | d9d66652af66fc824588176e5ce1136ea9965925 (diff) |
fork tests, revised song
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -199,9 +199,14 @@ extern int fadeIntensity; * MAIN ************************************************************************ *******************************************************************************/ +#include <X11/Xlib.h> + int main(/*int argc, char *argv[]*/){ //*argv = (char *)argc; gameRunning=false; + + XInitThreads(); + /*! * (Attempt to) Initialize SDL libraries so that we can use SDL facilities and eventually * make openGL calls. Exit if there was an error. |