aboutsummaryrefslogtreecommitdiff
path: root/backends/taskbar/win32/win32-taskbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/taskbar/win32/win32-taskbar.h')
-rw-r--r--backends/taskbar/win32/win32-taskbar.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/backends/taskbar/win32/win32-taskbar.h b/backends/taskbar/win32/win32-taskbar.h
index 0fc219e816..3415a79bd7 100644
--- a/backends/taskbar/win32/win32-taskbar.h
+++ b/backends/taskbar/win32/win32-taskbar.h
@@ -46,6 +46,13 @@ public:
private:
ITaskbarList3 *_taskbar;
+ /**
+ * Get the path to an icon for the game
+ *
+ * @param target The game target
+ *
+ * @return The icon path (or "" if no icon was found)
+ */
Common::String getIconPath(Common::String target);
// Helper functions