aboutsummaryrefslogtreecommitdiff
path: root/ui/daemon/ui_vars.py
blob: 4c6372a27e54f0122aa0e8ca6615d4b8fc0f2c25 (plain)
1
2
3
4
5
6
class UIVars:
    def __init__(self, _):
        self.flags = set()
        self.defines = set()
        self.includes = {"signal.h", "stdio.h", "unistd.h"}
        self.links = set()