EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Moon Class Reference

#include "Moon.h"

Public Member Functions

 ~Moon ()
 
Moon.cpp

Specific Class for individual moons. this class will hold all moon data and relative info for each moon.

: Allan

Date
: 30 April 2016
 Moon ()
 

Detailed Description

Definition at line 20 of file Moon.h.

Constructor & Destructor Documentation

Moon::Moon ( )
Note
general design notes moonse will have a Moon class to hold data and call other functions/methods as needed the PlanetMgr class will manage all aspects of moon data, init'd as a single instance (no reason for multiples)

Definition at line 49 of file Moon.cpp.

50 {
51 
52 }
Moon::~Moon ( )
inline

Definition at line 24 of file Moon.h.

24 { /* do nothing here */ }

The documentation for this class was generated from the following files: