2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-15 04:31:21 +00:00
metaforce/Runtime/CTexture.cpp

12 lines
100 B
C++

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