X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=flags.h;h=5e9d34b2c24b969e36859343c64675c46e2ae234;hb=6e63c23463b9289bc56d77f7c7335917f8bf6a6a;hp=8b2563c0f6017b9af04d1a424bb47e450a3bb4c7;hpb=22b4e6bf1e9d397f4393175f83ab71b4c2b061e7;p=nageru diff --git a/flags.h b/flags.h index 8b2563c..5e9d34b 100644 --- a/flags.h +++ b/flags.h @@ -3,11 +3,14 @@ #include +#include "defs.h" + struct Flags { std::string stream_source; std::string working_directory = "."; bool slow_down_input = false; int interpolation_quality = 2; + uint16_t http_port = DEFAULT_HTTPD_PORT; }; extern Flags global_flags;