metaforce/Runtime/Particle/CDecalDescription.hpp

12 lines
173 B
C++
Raw Normal View History

#ifndef __RETRO_CDECALDESCRIPTION_HPP__
#define __RETRO_CDECALDESCRIPTION_HPP__
2016-02-10 22:54:47 +00:00
namespace Retro
{
class CDecalDescription
{
};
}
#endif // __RETRO_CDECALDESCRIPTION_HPP__