00001 // wintime.cpp 00002 // 00003 // Copyright (C) 2005, Chris Laurel <claurel@shatters.net> 00004 // 00005 // Win32 set time dialog box for Celestia 00006 // 00007 // This program is free software; you can redistribute it and/or 00008 // modify it under the terms of the GNU General Public License 00009 // as published by the Free Software Foundation; either version 2 00010 // of the License, or (at your option) any later version. 00011 00012 #include "celestiacore.h" 00013 00014 00015 void ShowSetTimeDialog(HINSTANCE appInstance, HWND appWindow, CelestiaCore* appCore);
1.4.1