X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=puzzles.h;h=0d5aeee14fe0b3b00bf88bea74c95243f87e9606;hb=581becc3aa657fe4b7694c6f261d3193d51928d2;hp=a40201686e6e98274c62dba28b3bf7283b3910f1;hpb=b94be41445d1ed056882c15795f01a6861fc184b;p=sgt-puzzles.git 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 */