dialog-solar.h
Upload User: center1979
Upload Date: 2022-07-26
Package Size: 50633k
Code Size: 1k
Category:

OpenGL program

Development Platform:

Visual C++

  1. /*
  2.  *  Celestia GTK+ Front-End
  3.  *  Copyright (C) 2005 Pat Suwalski <pat@suwalski.net>
  4.  *
  5.  *  This program is free software; you can redistribute it and/or modify
  6.  *  it under the terms of the GNU General Public License as published by
  7.  *  the Free Software Foundation; either version 2 of the License, or
  8.  *  (at your option) any later version.
  9.  *
  10.  *  $Id: dialog-solar.h,v 1.1 2005-12-06 03:19:35 suwalski Exp $
  11.  */
  12. #ifndef GTK_DIALOG_SOLAR_H
  13. #define GTK_DIALOG_SOLAR_H
  14. #include <gtk/gtk.h>
  15. #include <celengine/body.h>
  16. #include "common.h"
  17. /* Entry Function */
  18. void dialogSolarBrowser(AppData* app);
  19. /* Local Data */
  20. static const char * const ssTitles[] =
  21. {
  22.     "Name",
  23.     "Type"
  24. };
  25. #endif /* GTK_DIALOG_SOLAR_H */