Root/eeshow/gui/icons.h

1/*
2 * gui/icons.h - Icons
3 *
4 * Written 2016 by Werner Almesberger
5 * Copyright 2016 by Werner Almesberger
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 */
12
13#ifndef GUI_ICONS_H
14#define GUI_ICONS_H
15
16#include <cairo/cairo.h>
17
18
19extern cairo_surface_t *icon_delta;
20extern cairo_surface_t *icon_diff;
21
22
23void icons_init(void);
24
25#endif /* !GUI_ICONS_H */
26

Archive Download this file

Branches:
master



interactive