From 581becc3aa657fe4b7694c6f261d3193d51928d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20K=C3=B6lker?= Date: Sat, 3 Oct 2015 15:01:48 +0200 Subject: Insert a manual reference in the default status bar text. To guide developers to the resources they need. [actual wording tweaked by SGT] --- puzzles.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'puzzles.h') diff --git a/puzzles.h b/puzzles.h index a402016..0d5aeee 100644 --- a/puzzles.h +++ b/puzzles.h @@ -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 */ -- cgit v1.1