2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-05 15:13:27 +00:00
metaforce/Runtime/CModelBoo.cpp

11 lines
99 B
C++

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