2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-16 08:31:21 +00:00
metaforce/Runtime/Graphics/CModelBoo.cpp
2016-03-16 16:18:01 -10:00

19 lines
180 B
C++

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