Make icon file name OS helper function

This way we can load the correct icon on the Mac without ugly hacks in the
OS independent code.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2011-12-28 15:57:36 -08:00
parent a8676438a7
commit 565736a471
5 changed files with 34 additions and 10 deletions

View file

@ -83,3 +83,8 @@ const char *subsurface_USB_name()
{
return "COM3";
}
const char *subsurface_icon_name()
{
return "subsurface.ico";
}