metaforce/Runtime/Particle/CWarp.hpp

14 lines
127 B
C++

#ifndef __RETRO_CWARP_HPP__
#define __RETRO_CWARP_HPP__
namespace Retro
{
class CWarp
{
};
}
#endif // __RETRO_CWARP_HPP__