voxspatium/src/Common.h

19 lines
254 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>
using namespace std;
#endif // __COMMON_H__