metaforce/hecl/lib/Runtime/HMDL.cpp

14 lines
149 B
C++

#include "HECL/Runtime.hpp"
namespace HECL
{
namespace Runtime
{
HMDLData::HMDLData(boo::IGraphicsDataFactory* factory, const void *data)
{
}
}
}