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__