2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-06 00:55:36 +00:00
metaforce/Runtime/Common/CWorldTransManager.hpp

17 lines
200 B
C++

#ifndef __RETRO_CWORLDTRANSMANAGER_HPP__
#define __RETRO_CWORLDTRANSMANAGER_HPP__
namespace Retro
{
namespace Common
{
class CWorldTransManager
{
};
}
}
#endif // __RETRO_CWORLDTRANSMANAGER_HPP__