X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Fsst.h;h=2af0f192703c146121ff4f136b385f11ae53d79b;hp=321d802b2021131d466d9efa2efa02cf15281c42;hb=8700dc6a521fe201815aad02cf05f7f4c297c305;hpb=11dc64d8fe2c6e39557fbacdd5d9a1ab8d436b05 diff --git a/src/sst.h b/src/sst.h index 321d802..2af0f19 100644 --- a/src/sst.h +++ b/src/sst.h @@ -4,6 +4,8 @@ #include #include #include +#include +#include #include #ifdef DATA_DIR @@ -12,6 +14,8 @@ #define SSTDOC DOC_NAME #endif +#define _(str) gettext(str) + #define min(x, y) ((x)<(y)?(x):(y)) #define max(x, y) ((x)>(y)?(x):(y)) @@ -285,6 +289,7 @@ enum loctype {neither, quadrant, sector}; #define IHS 'S' #define IHSTAR '*' #define IHP 'P' +#define IHW '@' #define IHB 'B' #define IHBLANK ' ' #define IHDOT '.'