metaforce/Runtime/Particle/CWarp.hpp

14 lines
127 B
C++
Raw Normal View History

2016-02-13 09:02:47 +00:00
#ifndef __PSHAG_CWARP_HPP__
#define __PSHAG_CWARP_HPP__
2015-08-21 00:06:39 +00:00
2016-02-13 09:02:47 +00:00
namespace pshag
2015-08-21 00:06:39 +00:00
{
class CWarp
{
};
}
2016-02-13 09:02:47 +00:00
#endif // __PSHAG_CWARP_HPP__