diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-07-19 21:15:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-19 21:15:55 +0300 |
commit | 4503b047574e1374d16d2bec7e10285f59cc6d51 (patch) | |
tree | d7efb46c3154b2dd1487751d18c4a2f91ec87c07 /src/CMakeLists.txt | |
parent | c4acdd1997b5bdc7b70e52ea90354ee65f15360a (diff) | |
download | plus-4503b047574e1374d16d2bec7e10285f59cc6d51.tar.gz plus-4503b047574e1374d16d2bec7e10285f59cc6d51.tar.bz2 plus-4503b047574e1374d16d2bec7e10285f59cc6d51.tar.xz plus-4503b047574e1374d16d2bec7e10285f59cc6d51.zip |
Rename opengl1graphics to safeopenglgraphics.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7fe4630b3..94d39ed4a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -586,8 +586,6 @@ SET(SRCS map.h maplayer.cpp maplayer.h - opengl1graphics.cpp - opengl1graphics.h openglgraphics.cpp openglgraphics.h particle.cpp @@ -608,6 +606,8 @@ SET(SRCS properties.h rotationalparticle.cpp rotationalparticle.h + safeopenglgraphics.cpp + safeopenglgraphics.h shopitem.cpp shopitem.h simpleanimation.cpp |