From 9a8e2b6388c453a03a06d81daa2c82e35fc7ce8a Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 29 Mar 2025 12:45:18 +0000 Subject: Add basic instructions to query tool Sets default text. --- ui/queryTool.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ui/queryTool.h') diff --git a/ui/queryTool.h b/ui/queryTool.h index 8633118..74c5380 100644 --- a/ui/queryTool.h +++ b/ui/queryTool.h @@ -3,6 +3,9 @@ #include "gameMainSelector.h" class QueryTool : public GameMainSelector::Component { +public: + QueryTool(); + protected: using GameMainSelector::Component::render; -- cgit v1.2.3