cfad47cfa3/src/oemcurses.c
Commiter: Nikos Chantziaras
Author: Nikos Chantziaras
Revision: cfad47cfa3
File Size: 261 Bytes
(June 01, 2009 20:54 UTC) Almost 3 years ago
Initial commit.
#include "common.h" #include "std.h" char G_tads_oem_app_name[] = PACKAGE_STRING; char G_tads_oem_display_mode[] = "text-only"; char G_tads_oem_author[] = "Maintained by " PACKAGE_MAINTAINER " <" PACKAGE_BUGREPORT ">.\n"; int G_tads_oem_copyright_prefix = 1; |