From 99a412ddce5cfd72750c8e634f92cc9f5451f231 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 5 Feb 2022 17:35:40 -0800 Subject: feat(soyuz): countdown when unable to locate lunar --- include/soyuz/library.hh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include') diff --git a/include/soyuz/library.hh b/include/soyuz/library.hh index c63f976..27feeae 100644 --- a/include/soyuz/library.hh +++ b/include/soyuz/library.hh @@ -25,6 +25,14 @@ namespace soyuz { // high, // red // }; +const std::string numbers_as_string[] = { + "zero", + "one", + "two", + "three", + "four", +}; + static BOOL CALLBACK enum_windows_proc(HWND, LPARAM); auto find_lunar() -> DWORD; auto delete_handle(DWORD) -> int; -- cgit v1.2.3