mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-15 19:11:27 +00:00
12 lines
100 B
C++
12 lines
100 B
C++
#include "CTexture.hpp"
|
|
|
|
namespace pshag
|
|
{
|
|
|
|
void CTexture::Load(int slot, EClampMode clamp)
|
|
{
|
|
|
|
}
|
|
|
|
}
|