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

OpenGL program

Development Platform:

Visual C++

  1. /*
  2.  *  CelestiaGalaxy_PrivateAPI.h
  3.  *  celestia
  4.  *
  5.  *  Created by Bob Ippolito on Sat Jun 08 2002.
  6.  *  Copyright (c) 2002 Chris Laurel. All rights reserved.
  7.  *
  8.  */
  9. #include <celengine/galaxy.h>
  10. @interface CelestiaGalaxy(PrivateAPI)
  11. -(CelestiaGalaxy*)initWithGalaxy:(Galaxy*)g;
  12. -(Galaxy*)galaxy;
  13. @end