mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-16 08:31:21 +00:00
19 lines
180 B
C++
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
|
|
{
|
|
}
|
|
|
|
}
|