2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 03:11:28 +00:00
metaforce/Runtime/Particle/CRealElement.hpp
2016-02-04 15:27:03 -10:00

14 lines
155 B
C++

#ifndef __RETRO_CREALELEMENT_HPP__
#define __RETRO_CREALELEMENT_HPP__
namespace Retro
{
class CRealElement
{
};
}
#endif // __RETRO_CREALELEMENT_HPP__