2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 15:11:21 +00:00
metaforce/Runtime/Graphics/CModelBoo.cpp
2016-03-04 13:04:53 -10:00

11 lines
107 B
C++

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