2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-06 17:53:28 +00:00
metaforce/Runtime/CModelBoo.cpp

11 lines
99 B
C++

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