Very basic rendering with SDL1.2 + OGL

This commit is contained in:
Eduardo Bart
2013-02-26 01:34:40 -03:00
parent 65b32d283b
commit fb8552d142
11 changed files with 254 additions and 36 deletions

View File

@@ -23,8 +23,6 @@
#ifndef CRASHHANDLER_H
#define CRASHHANDLER_H
#ifdef CRASH_HANDLER
void installCrashHandler();
#endif
#endif