metaforce/Runtime/Graphics/CVertexMorphEffect.hpp

14 lines
175 B
C++
Raw Normal View History

2016-04-13 06:07:23 +00:00
#ifndef __URDE_CVERTEXMORPHEFFECT_HPP__
#define __URDE_CVERTEXMORPHEFFECT_HPP__
namespace urde
{
class CVertexMorphEffect
{
};
}
2016-04-13 06:07:23 +00:00
#endif // __URDE_CVERTEXMORPHEFFECT_HPP__