summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/engine/engine.cpp')
-rw-r--r--src/graphics/engine/engine.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/graphics/engine/engine.cpp b/src/graphics/engine/engine.cpp
index c5d2a1d..4bf80d2 100644
--- a/src/graphics/engine/engine.cpp
+++ b/src/graphics/engine/engine.cpp
@@ -674,6 +674,11 @@ Math::IntSize Gfx::CEngine::InterfaceToWindowSize(Math::Size size)
static_cast<int>(size.h * m_size.h));
}
+std::string Gfx::CEngine::GetTextureDir()
+{
+ return m_texPath;
+}
+
void Gfx::CEngine::DrawMouse()
{
if (! m_mouseVisible)