2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-21 14:59:13 +00:00
Files
metaforce/Runtime/Particle/CWarp.hpp
2016-02-13 01:02:47 -08:00

14 lines
127 B
C++

#ifndef __PSHAG_CWARP_HPP__
#define __PSHAG_CWARP_HPP__
namespace pshag
{
class CWarp
{
};
}
#endif // __PSHAG_CWARP_HPP__