X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=windows.c;fp=windows.c;h=beb775aa627a71c3e6acf54a15cc650f217f6f4d;hb=565736a471e9ba66cbc68ce76c90d5e0c2fa57cf;hp=8a81737b039082ea4b551534b6072e740abb4b8d;hpb=a8676438a72f3016daa74984def979797ded635a;p=ext%2Fsubsurface.git diff --git a/windows.c b/windows.c index 8a81737..beb775a 100644 --- a/windows.c +++ b/windows.c @@ -83,3 +83,8 @@ const char *subsurface_USB_name() { return "COM3"; } + +const char *subsurface_icon_name() +{ + return "subsurface.ico"; +}