mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-15 13:51:20 +00:00
11 lines
99 B
C++
11 lines
99 B
C++
#include "CModel.hpp"
|
|
|
|
namespace pshag
|
|
{
|
|
|
|
void CModel::Draw(const CModelFlags& flags) const
|
|
{
|
|
}
|
|
|
|
}
|