metaforce/Runtime/CModelBoo.cpp

11 lines
99 B
C++

#include "CModel.hpp"
namespace Retro
{
void CModel::Draw(const CModelFlags& flags) const
{
}
}