X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=windows.c;h=beb775aa627a71c3e6acf54a15cc650f217f6f4d;hb=16b6df559f7b5aabbcbec7d7d08f3687b30384dc;hp=e4c811984a942c70b254d17322381c3c13bd606f;hpb=192713680eb02afe6453a0a404e0eabb59758791;p=ext%2Fsubsurface.git diff --git a/windows.c b/windows.c index e4c8119..beb775a 100644 --- a/windows.c +++ b/windows.c @@ -78,3 +78,13 @@ void subsurface_close_conf(void) printf("RegFlushKey failed \n"); RegCloseKey(hkey); } + +const char *subsurface_USB_name() +{ + return "COM3"; +} + +const char *subsurface_icon_name() +{ + return "subsurface.ico"; +}