diff options
author | louie <lshprung@yahoo.com> | 2020-12-23 18:20:46 -0800 |
---|---|---|
committer | louie <lshprung@yahoo.com> | 2020-12-23 18:20:46 -0800 |
commit | f9227cef5bcbe9f3a3fe3487ed1cc358cff37932 (patch) | |
tree | 5a009fd6587f075c5a48a9b8c665347ed151507e /group.h | |
parent | fa8e3992ef7060168770ccccabdfe3b2982ea700 (diff) |
Fixed Windows configuration auto-generation, added new setLauncherRaw option
Diffstat (limited to 'group.h')
-rw-r--r-- | group.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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(); |