X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=windows.c;h=beb775aa627a71c3e6acf54a15cc650f217f6f4d;hb=e5b6bfc7ed03bb6649abcfbac79f06aafd235918;hp=3e40c38ef72ccc56d1f03fe6aded3d948fb37a38;hpb=b0759feef87fcf820682cb36d65f2252c2cc12ae;p=ext%2Fsubsurface.git diff --git a/windows.c b/windows.c index 3e40c38..beb775a 100644 --- a/windows.c +++ b/windows.c @@ -81,5 +81,10 @@ void subsurface_close_conf(void) const char *subsurface_USB_name() { - return("COM3"); + return "COM3"; +} + +const char *subsurface_icon_name() +{ + return "subsurface.ico"; }