diff options
author | Björn Steinbrink <B.Steinbrink@gmx.de> | 2005-08-14 21:11:54 +0000 |
---|---|---|
committer | Björn Steinbrink <B.Steinbrink@gmx.de> | 2005-08-14 21:11:54 +0000 |
commit | 0ce6e9e8400c326e6848688b3b865c84d96e3073 (patch) | |
tree | dcdadb14763fabace881ca0c53ff946a635c9c20 /ChangeLog | |
parent | 89dd5a7e669012bdb838cbf41418b2d779df300b (diff) | |
download | mana-0ce6e9e8400c326e6848688b3b865c84d96e3073.tar.gz mana-0ce6e9e8400c326e6848688b3b865c84d96e3073.tar.bz2 mana-0ce6e9e8400c326e6848688b3b865c84d96e3073.tar.xz mana-0ce6e9e8400c326e6848688b3b865c84d96e3073.zip |
Moved image drawing code into the graphics class.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2005-08-14 Björn Steinbrink <B.Steinbrink@gmx.de> + * src/graphics.cpp, src/graphics.h, src/resources/image.cpp, + src/resources/image.h: Moved the image drawing code into the graphics + class. + * src/being.cpp, src/engine.cpp, src/graphics.cpp, src/graphics.h: Made the wrapper functions in the Graphics class conditional on whether we compile with OpenGL support. |