summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/dummy/nullhelp.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/dummy/nullhelp.c')
-rw-r--r--apps/plugins/puzzles/dummy/nullhelp.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/dummy/nullhelp.c b/apps/plugins/puzzles/dummy/nullhelp.c
new file mode 100644
index 0000000000..79c36c902b
--- /dev/null
+++ b/apps/plugins/puzzles/dummy/nullhelp.c
@@ -0,0 +1,8 @@
1#include "help.h"
2
3const char help_text[] __attribute__((weak)) = "";
4const char quick_help_text[] __attribute__((weak)) = "";
5const unsigned short help_text_len __attribute__((weak)) = 0, quick_help_text_len __attribute__((weak)) = 0, help_text_words __attribute__((weak)) = 0;
6struct style_text help_text_style[] __attribute__((weak)) = {};
7
8const bool help_valid __attribute__((weak)) = false;