Lomiri Action API
Loading...
Searching...
No Matches
hud.h
1/*
2 * Copyright © 2012 Canonical Ltd.
3 *
4 * This program is free software: you can redistribute it and/or modify
5 * it under the terms of either or both of the following licences:
6 *
7 * 1) the GNU Lesser General Public License version 3, as published by
8 * the Free Software Foundation; and/or
9 * 2) the GNU Lesser General Public License version 2.1, as published by
10 * the Free Software Foundation.
11 *
12 * This program is distributed in the hope that it will be useful, but
13 * WITHOUT ANY WARRANTY; without even the implied warranties of
14 * MERCHANTABILITY, SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR
15 * PURPOSE. See the applicable version of the GNU Lesser General Public
16 * License for more details.
17 *
18 * You should have received a copy of both the GNU Lesser General Public
19 * License version 3 and version 2.1 along with this program. If not,
20 * see <http://www.gnu.org/licenses/>
21 *
22 * Author: Ryan Lortie <desrt@desrt.ca>
23 */
24
25#ifndef __HUD_H__
26#define __HUD_H__
27
28#define _HUD_H_INSIDE
29
30#include <libhud/action-publisher.h>
31#include <libhud/manager.h>
32
33#undef _HUD_H_INSIDE
34
35#endif /* __HUD_H__ */