metaforce/Runtime/Graphics/CModelBoo.cpp

11 lines
107 B
C++
Raw Normal View History

2016-03-04 23:04:53 +00:00
#include "Graphics/CModel.hpp"
2016-02-13 00:57:09 +00:00
2016-03-04 23:04:53 +00:00
namespace urde
2016-02-13 00:57:09 +00:00
{
void CModel::Draw(const CModelFlags& flags) const
{
}
}