rnr/Projects/Engine/Header/Rendering/TextureProxyBase.hpp

9 lines
80 B
C++

#pragma once
namespace RNR
{
class TextureProxyBase
{
};
}