From 1bf306d4d93cc21c220a3f31835023e49e84dd2d Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 22 May 2011 14:22:07 -0600 Subject: Add cameras, objects, and spheres to Python module. --- libdimension-python/dimension-python.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'libdimension-python/dimension-python.h') diff --git a/libdimension-python/dimension-python.h b/libdimension-python/dimension-python.h index f365c2c..41f08c2 100644 --- a/libdimension-python/dimension-python.h +++ b/libdimension-python/dimension-python.h @@ -18,6 +18,20 @@ * . * *************************************************************************/ +#ifndef DMNSN_PYTHON_H +#define DMNSN_PYTHON_H + #define PY_SSIZE_T_CLEAN #include #include "dimension.h" +#include "Vector.h" +#include "Matrix.h" +#include "Color.h" +#include "Canvas.h" +#include "Camera.h" +#include "PerspectiveCamera.h" +#include "Object.h" +#include "Sphere.h" +#include "Scene.h" + +#endif /* DMNSN_PYTHON_H */ -- cgit v1.2.3