OSDN Git Service

54f79d4f9a8f8fc83b8f812ff3f55f701d68483f
[moflib/moflib.git] / moflib-1.0 / moflib / moflib / mof / TextureResource.h
1 #pragma once
2
3 #include "mof/ResourceManager.h"
4 #include "mof/Texture.h"
5 #include "mof/Animation.h"
6 //#include "mof/MultipleAnimation.h"
7 #include <boost/shared_ptr.hpp>
8
9 namespace mof{
10         typedef boost::shared_ptr<mof::Texture> TextureResource;
11         typedef mof::ResourceManager<mof::Texture> TextureManager;
12
13         
14         
15         //typedef boost::shared_ptr<mof::MultipleAnimation> MultipleAnimation;
16
17
18 };