metaforce/Runtime/Common/CSimplePool.hpp

17 lines
172 B
C++
Raw Normal View History

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