wintime.h
Upload User: center1979
Upload Date: 2022-07-26
Package Size: 50633k
Code Size: 0k
Category:

OpenGL program

Development Platform:

Visual C++

  1. // wintime.cpp
  2. //
  3. // Copyright (C) 2005, Chris Laurel <claurel@shatters.net>
  4. //
  5. // Win32 set time dialog box for Celestia
  6. //
  7. // This program is free software; you can redistribute it and/or
  8. // modify it under the terms of the GNU General Public License
  9. // as published by the Free Software Foundation; either version 2
  10. // of the License, or (at your option) any later version.
  11. #include "celestiacore.h"
  12. void ShowSetTimeDialog(HINSTANCE appInstance, HWND appWindow, CelestiaCore* appCore);