Changeset - r17264:fce9f3d3fb3f
[Not reviewed]
master
0 2 0
rubidium - 13 years ago 2011-02-07 22:15:46
rubidium@openttd.org
(svn r22014) -Codechange: move some more functions out of functions.h
2 files changed with 6 insertions and 6 deletions:
0 comments (0 inline, 0 general)
src/functions.h
Show inline comments
 
@@ -26,10 +26,4 @@ void MarkTileDirtyByTile(TileIndex tile)
 
void ShowCostOrIncomeAnimation(int x, int y, int z, Money cost);
 
void ShowFeederIncomeAnimation(int x, int y, int z, Money cost);
 

	
 
void AskExitGame();
 
void AskExitToGameMenu();
 

	
 
int ttd_main(int argc, char *argv[]);
 
void HandleExitGameRequest();
 

	
 
#endif /* FUNCTIONS_H */
src/openttd.h
Show inline comments
 
@@ -66,4 +66,10 @@ typedef SimpleTinyEnumT<PauseMode, byte>
 
/** The current pause mode */
 
extern PauseModeByte _pause_mode;
 

	
 
void AskExitGame();
 
void AskExitToGameMenu();
 

	
 
int ttd_main(int argc, char *argv[]);
 
void HandleExitGameRequest();
 

	
 
#endif /* OPENTTD_H */
0 comments (0 inline, 0 general)