2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 04:31:22 +00:00
metaforce/Runtime/Particle/CDecalDescription.hpp

12 lines
173 B
C++

#ifndef __RETRO_CDECALDESCRIPTION_HPP__
#define __RETRO_CDECALDESCRIPTION_HPP__
namespace Retro
{
class CDecalDescription
{
};
}
#endif // __RETRO_CDECALDESCRIPTION_HPP__