ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
string_constants.h
Go to the documentation of this file.
1
13#pragma once
14
22#define STR_ZERO "0"
23
31#define STR_ONE "1"
32
40#define STR_FALSE "false"
41
49#define STR_TRUE "true"
50
58#define STR_OFF "off"
59
67#define STR_ON "on"
68
76#define STR_NO "no"
77
85#define STR_YES "yes"
86