metaforce/Runtime/Particle/CRealElement.hpp

14 lines
155 B
C++

#ifndef __RETRO_CREALELEMENT_HPP__
#define __RETRO_CREALELEMENT_HPP__
namespace Retro
{
class CRealElement
{
};
}
#endif // __RETRO_CREALELEMENT_HPP__