X-Git-Url: https://git.cworth.org/git?p=ttt;a=blobdiff_plain;f=src%2Fttt.h;h=0820212d68f699dd33a82f4f4a9293175ca2fd01;hp=0f2f7e55782f7e7ac54a8bf85daaf0c8795bc64b;hb=152ea9285ef3804783540d46263a7fc9802bc7db;hpb=80c3009d01077a141a0803267a1f0aff217ed61c diff --git a/src/ttt.h b/src/ttt.h index 0f2f7e5..0820212 100644 --- a/src/ttt.h +++ b/src/ttt.h @@ -30,11 +30,15 @@ #define _GNU_SOURCE #include #include +#include #include +#include #include #include #include #include +#include +#include #define ASSERT_NOT_REACHED \ do { \ @@ -53,4 +57,11 @@ do { \ #include "ttt-args.h" #include "x.h" +typedef int ttt_bool_t; + +typedef enum { + TTT_STATUS_SUCCESS = 0, + TTT_STATUS_FAILURE +} ttt_status_t; + #endif