Insert a manual reference in the default status bar text.

To guide developers to the resources they need.

[actual wording tweaked by SGT]
This commit is contained in:
Jonas Kölker
2015-10-03 15:01:48 +02:00
committed by Simon Tatham
parent b94be41445
commit 581becc3aa
4 changed files with 7 additions and 3 deletions

View File

@ -587,4 +587,7 @@ extern const int gamecount;
extern const game thegame;
#endif
/* A little bit of help to lazy developers */
#define DEFAULT_STATUSBAR_TEXT "Use status_bar() to fill this in."
#endif /* PUZZLES_PUZZLES_H */