2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-20 01:53:29 +00:00
metaforce/Runtime/Common/CMapWorldInfo.hpp

17 lines
180 B
C++

#ifndef __RETRO_CMAPWORLDINFO_HPP__
#define __RETRO_CMAPWORLDINFO_HPP__
namespace Retro
{
namespace Common
{
class CMapWorldInfo
{
};
}
}
#endif // __RETRO_CMAPWORLDINFO_HPP__