metaforce/Runtime/Particle/CColorElement.hpp

14 lines
159 B
C++

#ifndef __RETRO_CCOLORELEMENT_HPP__
#define __RETRO_CCOLORELEMENT_HPP__
namespace Retro
{
class CColorElement
{
};
}
#endif // __RETRO_CCOLORELEMENT_HPP__