Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
#include <iostream>
#include <fstream>
#include <vector>
#ifndef GL_GLEXT_PROTOTYPES
#define GL_GLEXT_PROTOTYPES 1
#endif
#include <SDL/SDL_opengl.h>
#define deleteObject(A){ if(A){ delete A; A = NULL; } }