mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-09 06:19:07 +00:00
17 lines
179 B
C++
17 lines
179 B
C++
#ifndef __RETRO_CFACTORYSTORE_HPP__
|
|
#define __RETRO_CFACTORYSTORE_HPP__
|
|
|
|
namespace Retro
|
|
{
|
|
namespace Common
|
|
{
|
|
|
|
class IObjectStore
|
|
{
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
#endif // __RETRO_CFACTORYSTORE_HPP__
|