PatchworkOS
Loading...
Searching...
No Matches
patchwork.h
Go to the documentation of this file.
1#ifndef PATCHWORK_PATCHWORK_H
2#define PATCHWORK_PATCHWORK_H 1
3
4#include "cmd.h"
5#include "config.h"
6#include "display.h"
7#include "drawable.h"
8#include "element.h"
9#include "event.h"
10#include "font.h"
11#include "image.h"
12#include "pixel.h"
13#include "point.h"
14#include "popup.h"
15#include "procedure.h"
16#include "rect.h"
17#include "surface.h"
18#include "theme.h"
19#include "widgets.h"
20#include "window.h"
21
22#endif