2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-09 00:19:07 +00:00
metaforce/Runtime/CTexture.cpp
2016-02-12 14:57:09 -10:00

12 lines
100 B
C++

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