src/scene.c

changeset 106
895f92cff6b8
parent 105
2b7f92ff2c15
child 108
d619bf7dd87b
equal deleted inserted replaced
105:2b7f92ff2c15 106:895f92cff6b8
23 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 23 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25 * POSSIBILITY OF SUCH DAMAGE. 25 * POSSIBILITY OF SUCH DAMAGE.
26 */ 26 */
27 27
28 #include "ascension/error.h"
29 #include "ascension/context.h"
28 #include "ascension/scene.h" 30 #include "ascension/scene.h"
29 31 #include "ascension/shader.h"
30 #include "ascension/context.h"
31
32 #include "ascension/2d.h" 32 #include "ascension/2d.h"
33 33
34 #include <cx/tree.h> 34 #include <cx/tree.h>
35 #include <cx/linked_list.h> 35 #include <cx/linked_list.h>
36 #include <cx/array_list.h> 36 #include <cx/array_list.h>

mercurial