v1.1.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
sifteo.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 #pragma once
8 #ifdef NOT_USERSPACE
9 # error This is a userspace-only header, not allowed by the current build.
10 #endif
11 
12 #include <sifteo/abi.h>
13 #include <sifteo/array.h>
14 #include <sifteo/asset.h>
15 #include <sifteo/audio.h>
16 #include <sifteo/bluetooth.h>
17 #include <sifteo/cube.h>
18 #include <sifteo/event.h>
19 #include <sifteo/filesystem.h>
20 #include <sifteo/limits.h>
21 #include <sifteo/macros.h>
22 #include <sifteo/math.h>
23 #include <sifteo/memory.h>
24 #include <sifteo/metadata.h>
25 #include <sifteo/motion.h>
26 #include <sifteo/string.h>
27 #include <sifteo/system.h>
28 #include <sifteo/time.h>
29 #include <sifteo/usb.h>
30 #include <sifteo/video.h>