X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Fsst.h;h=2af0f192703c146121ff4f136b385f11ae53d79b;hp=06832359e2406fe3aa6042b8f9766043e08466ce;hb=8700dc6a521fe201815aad02cf05f7f4c297c305;hpb=86f17194d065df99c2079102072cdcb1cfbc2339 diff --git a/src/sst.h b/src/sst.h index 0683235..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))