v1.1.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
asset.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 
27 #ifndef NOT_USERSPACE
28 # include <sifteo/asset/group.h>
29 # include <sifteo/asset/loader.h>
30 #endif
31 
32 #include <sifteo/asset/audio.h>
33 #include <sifteo/asset/image.h>
34