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

@@ -52,6 +52,6 @@ private:
Size m_size;
};
typedef std::shared_ptr<Texture> TexturePtr;
typedef boost::shared_ptr<Texture> TexturePtr;
#endif // TEXTURE_H