summaryrefslogtreecommitdiff
path: root/pointsprite.cpp
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2010-10-02 01:52:19 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2010-10-02 01:52:19 +0200
commitbf4827f46f22b4df0fa2ddd6716fd59247f9e1bb (patch)
treee00560c4533c1907e9901ab95112c5bd790de743 /pointsprite.cpp
parent35094294df2e1b5fdb6fd63abd9f7c195b25c6da (diff)
Ported from SDL to SFML.
Diffstat (limited to 'pointsprite.cpp')
-rw-r--r--pointsprite.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pointsprite.cpp b/pointsprite.cpp
index 85a61b9..314fc15 100644
--- a/pointsprite.cpp
+++ b/pointsprite.cpp
@@ -1,6 +1,6 @@
#include "pointsprite.h"
-#include "SDL/SDL_opengl.h"
+#include <SFML/Window/OpenGL.hpp>
PointSprite::PointSprite(float _size, const Texture& _texture) : texture(_texture) {
size = _size;