Move get_bool() to src/common/

...in preparation for sharing it more widely
This commit is contained in:
Johan Malm 2023-03-26 10:56:10 +01:00 committed by Consolatis
parent 471e3837b7
commit bdf6e13881
4 changed files with 36 additions and 15 deletions

View file

@ -3,6 +3,7 @@ labwc_sources += files(
'dir.c',
'fd_util.c',
'font.c',
'get-bool.c',
'grab-file.c',
'graphic-helpers.c',
'mem.c',