diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-05 20:28:18 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-05 20:28:18 +0200 |
| commit | 1c53bd3ac83cc7a985983ac656bc2599276808a4 (patch) | |
| tree | 47b890b696649fcf85462d71058fb66c078bdca0 /include/config.hpp | |
| parent | 8aa66a6c6c0d8984b7d2668c03bad5a3b29e3a33 (diff) | |
country data, working on tax reports
Diffstat (limited to 'include/config.hpp')
| -rw-r--r-- | include/config.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/config.hpp b/include/config.hpp index 5fe4a2c..aecec75 100644 --- a/include/config.hpp +++ b/include/config.hpp @@ -31,7 +31,8 @@ namespace config { static const char* PROGRAM_VERSION = "0.1.0"; // major.minor.patch - + + // TODO get rid of this and use country iter static const char* country_codes[] = { "AT", "BE", "BG", "HR", "CY", "CZ", "DK", "EE", "FI", "FR", "DE", "GR", "HU", "IE", "IT", "LV", "LT", "LU", "MT", "NL", |
