metaforce/Runtime/Particle/CUVElement.hpp

14 lines
147 B
C++

#ifndef __RETRO_CUVELEMENT_HPP__
#define __RETRO_CUVELEMENT_HPP__
namespace Retro
{
class CUVElement
{
};
}
#endif // __RETRO_CUVELEMENT_HPP__