From f9227cef5bcbe9f3a3fe3487ed1cc358cff37932 Mon Sep 17 00:00:00 2001 From: louie Date: Wed, 23 Dec 2020 18:20:46 -0800 Subject: Fixed Windows configuration auto-generation, added new setLauncherRaw option --- group.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'group.h') diff --git a/group.h b/group.h index e29107c..03db702 100644 --- a/group.h +++ b/group.h @@ -29,6 +29,10 @@ int get_ecount(GROUP *g); void set_ecount(GROUP *g, int new_count); +void set_gquotes(GROUP *g, bool b); + +bool get_gquotes(GROUP *g); + int get_gcount(); void group_debug(); -- cgit