mirror of
https://github.com/emu-russia/pureikyubu.git
synced 2025-04-02 10:42:15 -04:00
17 lines
130 B
C++
17 lines
130 B
C++
// Texture cache
|
|
|
|
#include "pch.h"
|
|
|
|
namespace GX
|
|
{
|
|
TextureCache::TextureCache()
|
|
{
|
|
|
|
}
|
|
|
|
TextureCache::~TextureCache()
|
|
{
|
|
|
|
}
|
|
|
|
}
|