mirror of https://github.com/AxioDL/metaforce.git
11 lines
99 B
C++
11 lines
99 B
C++
|
#include "CModel.hpp"
|
||
|
|
||
|
namespace Retro
|
||
|
{
|
||
|
|
||
|
void CModel::Draw(const CModelFlags& flags) const
|
||
|
{
|
||
|
}
|
||
|
|
||
|
}
|