metaforce/Runtime/Particle/CIntElement.hpp

14 lines
151 B
C++
Raw Normal View History

#ifndef __RETRO_CINTELEMENT_HPP__
#define __RETRO_CINTELEMENT_HPP__
namespace Retro
{
class CIntElement
{
};
}
#endif // __RETRO_CINTELEMENT_HPP__