mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-20 11:53:28 +00:00
17 lines
200 B
C++
17 lines
200 B
C++
#ifndef __RETRO_CWORLDTRANSMANAGER_HPP__
|
|
#define __RETRO_CWORLDTRANSMANAGER_HPP__
|
|
|
|
namespace Retro
|
|
{
|
|
namespace Common
|
|
{
|
|
|
|
class CWorldTransManager
|
|
{
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
#endif // __RETRO_CWORLDTRANSMANAGER_HPP__
|