v1.1.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
menu.h
1 /* -*- mode: C; c-basic-offset: 4; intent-tabs-mode: nil -*-
2  *
3  * This file is part of the public interface to the Sifteo SDK.
4  * Copyright <c> 2012 Sifteo, Inc. All rights reserved.
5  */
6 
7 /*
8  * These headers define the system Menu object.
9  * To use the Menu, you must include sifteo/menu.h.
10  * It is not part of the default set of headers in sifteo.h.
11  */
12 
13 #pragma once
14 #ifdef NOT_USERSPACE
15 # error This is a userspace-only header, not allowed by the current build.
16 #endif
17 
24 #include <sifteo/menu/types.h>
25 #include <sifteo/menu/util.h>
26 #include <sifteo/menu/public.h>
27 #include <sifteo/menu/states.h>
28 #include <sifteo/menu/events.h>
29