Include basics.h in scene.h

This commit is contained in:
Eryn Wells 2013-09-05 22:57:03 -07:00
parent 1ac6e6341c
commit 3ee28f9696

View file

@ -8,6 +8,8 @@
#ifndef __SCENE_H__
#define __SCENE_H__
#include "basics.h"
typedef struct _Scene
{