aboutsummaryrefslogtreecommitdiffstats
path: root/DisplayOptionsPanel.h
blob: a908f53ef8ba81643b4fe0bb60575518865f22f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* Do not edit this file. It was automatically generated. */

#ifndef HEADER_DisplayOptionsPanel
#define HEADER_DisplayOptionsPanel


#include "Panel.h"
#include "CheckItem.h"
#include "Settings.h"
#include "ScreenManager.h"

#include "debug.h"
#include <assert.h>


typedef struct DisplayOptionsPanel_ {
   Panel super;

   Settings* settings;
   ScreenManager* scr;
} DisplayOptionsPanel;


DisplayOptionsPanel* DisplayOptionsPanel_new(Settings* settings, ScreenManager* scr);

#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy