metaforce/Runtime/CFactoryStore.hpp

14 lines
158 B
C++

#ifndef __RETRO_CFACTORYSTORE_HPP__
#define __RETRO_CFACTORYSTORE_HPP__
namespace Retro
{
class IObjectStore
{
};
}
#endif // __RETRO_CFACTORYSTORE_HPP__