#include <gas-giant.hpp>
Inheritance diagram for gasGiant:


Definition at line 36 of file gas-giant.hpp.
Public Member Functions | |
| gasGiant () | |
| gasGiant::gasGiant | ( | ) |
Non parametized constructor.
Definition at line 29 of file gas-giant.cpp.
00029 :planet(GASGIANT){ 00030 }
1.4.7