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

11 lines
99 B
C++

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