mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
Codebase refactor
This commit is contained in:
15
Runtime/CResFactory.hpp
Normal file
15
Runtime/CResFactory.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef __RETRO_CRESFACTORY_HPP__
|
||||
#define __RETRO_CRESFACTORY_HPP__
|
||||
|
||||
#include "IFactory.hpp"
|
||||
|
||||
namespace Retro
|
||||
{
|
||||
|
||||
class CResFactory : public IFactory
|
||||
{
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __RETRO_CRESFACTORY_HPP__
|
||||
Reference in New Issue
Block a user