mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
various implementation
This commit is contained in:
@@ -5,16 +5,9 @@
|
||||
|
||||
namespace Retro
|
||||
{
|
||||
|
||||
class CCharacterFactoryBuilder
|
||||
class CCharacterFactoryBuilder : public IFactory
|
||||
{
|
||||
public:
|
||||
CCharacterFactoryBuilder();
|
||||
class CDummyFactory : public IFactory
|
||||
{
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __RETRO_CASSETFACTORY_HPP__
|
||||
|
||||
Reference in New Issue
Block a user