metaforce/Runtime/Common/CStaticInterference.hpp

17 lines
204 B
C++
Raw Normal View History

2015-08-17 13:33:58 -07:00
#ifndef __RETRO_CSTATICINTERFERENCE_HPP__
#define __RETRO_CSTATICINTERFERENCE_HPP__
namespace Retro
{
namespace Common
{
2015-08-17 13:33:58 -07:00
class CStaticInterference
{
};
}
}
2015-08-17 13:33:58 -07:00
#endif // __RETRO_CSTATICINTERFERENCE_HPP__