diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-29 22:34:19 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-29 22:34:19 +0200 |
commit | 87d8b0ceb349e101b693cf43336a98647f4b92dc (patch) | |
tree | 6089767f348807710d59c326e6e062b904e85668 /client/i18n | |
parent | 2c591a5e97ad9f354844d3d2b04a4190f9c6fc1f (diff) |
garbage ui functions + janky status bar
Diffstat (limited to 'client/i18n')
-rw-r--r-- | client/i18n/en_us.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/i18n/en_us.h b/client/i18n/en_us.h new file mode 100644 index 0000000..4117ef6 --- /dev/null +++ b/client/i18n/en_us.h @@ -0,0 +1,6 @@ +#pragma once + +#define W2_UI_CONN_STAT_CONNECTED "connected" +#define W2_UI_CONN_STAT_DISCONNECTED "disconnected" +#define W2_UI_CONN_STAT_PING "ping" +#define W2_UI_BATT_STAT_BATTERY "battery" |