mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-20 01:53:29 +00:00
17 lines
172 B
C++
17 lines
172 B
C++
#ifndef __RETRO_CSIMPLEPOOL_HPP__
|
|
#define __RETRO_CSIMPLEPOOL_HPP__
|
|
|
|
namespace Retro
|
|
{
|
|
namespace Common
|
|
{
|
|
|
|
class CSimplePool
|
|
{
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
#endif // __RETRO_CSIMPLEPOOL_HPP__
|