summaryrefslogtreecommitdiffstats
path: root/include/window.hpp
diff options
context:
space:
mode:
authorJon Santmyer <jon@jonsantmyer.com>2022-07-03 11:24:05 -0400
committerJon Santmyer <jon@jonsantmyer.com>2022-07-03 11:24:05 -0400
commit7d71827c25ff1ab47c03aaa26f63a9a754b3d549 (patch)
tree896eb9b61a3bc3be90d068b12ac38f07b99ffce5 /include/window.hpp
parent3d101c5638ef573993f387a2cecbb794e6e056e6 (diff)
downloadsystemviewer-7d71827c25ff1ab47c03aaa26f63a9a754b3d549.tar.gz
systemviewer-7d71827c25ff1ab47c03aaa26f63a9a754b3d549.tar.bz2
systemviewer-7d71827c25ff1ab47c03aaa26f63a9a754b3d549.zip
Condensed solar system csv files into one.
Add argument parser for help and different systems
Diffstat (limited to 'include/window.hpp')
-rw-r--r--include/window.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/window.hpp b/include/window.hpp
index 78001ea..791fbd6 100644
--- a/include/window.hpp
+++ b/include/window.hpp
@@ -32,6 +32,7 @@ public:
bool hidden() const { return m_hidden; }
};
+#define WINDOW_TITLE_ID "Title"
#define WINDOW_SYSTEMVIEW_ID "Systemview"
#define WINDOW_SYSTEMVIEW_SEARCH_ID "SystemviewSearch"
#define WINDOW_BODYINFO_ID "Bodyinfo"