This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//////////////////////////////////////////////////////////// | |
// Headers | |
//////////////////////////////////////////////////////////// | |
/// GLEW is needed to provide OpenGL extensions. | |
#include <GL/glew.h> | |
#include <SFML/Graphics.hpp> | |
#include <SFML/OpenGL.hpp> |