use boost stuff

This commit is contained in:
Eduardo Bart
2011-04-11 18:22:01 -03:00
parent 08b6563fd5
commit 83b166e91e
21 changed files with 40 additions and 37 deletions

View File

@@ -44,6 +44,6 @@ protected:
Rect m_textureCoords;
};
typedef std::shared_ptr<Image> ImagePtr;
typedef boost::shared_ptr<Image> ImagePtr;
#endif // IMAGE_H