This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| class | MainGame |
Defines | |
| #define | __MAINGAME_H__ |
Functions | |
| Galaxy & | GetGalaxy (void) |
| PlayGame & | GetGame (void) |
|
|
Definition at line 16 of file maingame.h. |
|
|
Definition at line 11 of file maingame.cpp. References MainGame::galaxy. Referenced by Parameters::CreateGalaxy(), MainGame::EnableWindow(), GalaxyScreen::evMouseLClick(), GalaxyScreen::evMouseMove(), Galaxy::Load(), GalaxyScreen::ResetGalaxyDisplay(), LoadGalaxyData::Run(), and GalaxyScreen::ShowTip().
00012 {
00013 return *MainGame::galaxy;
00014 }
|
|
|
Definition at line 17 of file maingame.cpp. References MainGame::game.
00018 {
00019 return *MainGame::game;
00020 }
|
1.3.3