mirror of https://github.com/AxioDL/metaforce.git
9 lines
129 B
C++
9 lines
129 B
C++
|
#ifndef __RETRO_CRESFACTORY_HPP__
|
||
|
#define __RETRO_CRESFACTORY_HPP__
|
||
|
|
||
|
class CResFactory
|
||
|
{
|
||
|
};
|
||
|
|
||
|
#endif // __RETRO_CRESFACTORY_HPP__
|