2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-20 03:53:27 +00:00
metaforce/Runtime/Common/CStaticInterference.hpp

17 lines
204 B
C++

#ifndef __RETRO_CSTATICINTERFERENCE_HPP__
#define __RETRO_CSTATICINTERFERENCE_HPP__
namespace Retro
{
namespace Common
{
class CStaticInterference
{
};
}
}
#endif // __RETRO_CSTATICINTERFERENCE_HPP__