mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 15:11:21 +00:00
11 lines
107 B
C++
11 lines
107 B
C++
#include "Graphics/CModel.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
void CModel::Draw(const CModelFlags& flags) const
|
|
{
|
|
}
|
|
|
|
}
|