metaforce/Runtime/CWorldTransManager.hpp

14 lines
179 B
C++
Raw Normal View History

2015-08-17 05:26:58 +00:00
#ifndef __RETRO_CWORLDTRANSMANAGER_HPP__
#define __RETRO_CWORLDTRANSMANAGER_HPP__
namespace Retro
{
2015-08-17 05:26:58 +00:00
class CWorldTransManager
{
};
}
2015-08-17 05:26:58 +00:00
#endif // __RETRO_CWORLDTRANSMANAGER_HPP__