voxspatium/src/util/Common.h

21 lines
280 B
C++

#ifndef __COMMON_H__
#define __COMMON_H__
#include <GL/glew.h>
#include <SDL2/SDL.h>
#include <SDL2/SDL_opengl.h>
#include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include <map>
#include "util/Math3D.h"
using namespace std;
#endif // __COMMON_H__