Python: handle null pointers (represented as None in python).
[fail.git] / scenegraph / common.h
blob05b76602df94f1cb0886d28e04db26cdbec6c7ff
1 #ifndef AWFUL_SCENEGRAPH_COMMON_H_
2 #define AWFUL_SCENEGRAPH_COMMON_H_
4 #include "shaky/refcounted.h"
5 #include "shaky/pointer.h"
6 #include "shaky/singleton.h"
8 namespace sluggish
10 using shaky::RefCounted;
11 using shaky::Pointer;
12 using shaky::ConstPointer;
13 using shaky::Singleton;
16 #endif