2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-13 07:13:28 +00:00
metaforce/Runtime/CTexture.cpp

12 lines
100 B
C++

#include "CTexture.hpp"
namespace pshag
{
void CTexture::Load(int slot, EClampMode clamp)
{
}
}