cfad47cfa3/src/oemcurses.c
| 4b825dc642cb6eb9a060e54bf8d69288fbee4904 | cfad47cfa334b206c65f22086bcc5d63e6f70944 | ||
|---|---|---|---|
1 | #include "common.h" | ||
2 | |||
3 | #include "std.h" | ||
4 | |||
5 | char G_tads_oem_app_name[] = PACKAGE_STRING; | ||
6 | char G_tads_oem_display_mode[] = "text-only"; | ||
7 | char G_tads_oem_author[] = "Maintained by " PACKAGE_MAINTAINER " <" PACKAGE_BUGREPORT ">.\n"; | ||
8 | int G_tads_oem_copyright_prefix = 1; |
Download diff