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