diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-07-01 04:45:40 +0000 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-07-01 04:45:40 +0000 |
commit | c19f7101d21353c8278dd9277dbb20a77389272d (patch) | |
tree | f9d1582e01cf754acc483f8877aa7bf217e36f1f /libdimensionxx/dimensionxx.hpp | |
parent | 47c128a3106206038e45eb8b8abf6c712f29ac14 (diff) | |
download | dimension-c19f7101d21353c8278dd9277dbb20a77389272d.tar.xz |
New C++ dmnsn_scene* wrapper and raytracexx test.
Diffstat (limited to 'libdimensionxx/dimensionxx.hpp')
-rw-r--r-- | libdimensionxx/dimensionxx.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdimensionxx/dimensionxx.hpp b/libdimensionxx/dimensionxx.hpp index 869556f..e8a7636 100644 --- a/libdimensionxx/dimensionxx.hpp +++ b/libdimensionxx/dimensionxx.hpp @@ -36,5 +36,6 @@ #include <dimensionxx/objects.hpp> #include <dimensionxx/camera.hpp> #include <dimensionxx/cameras.hpp> +#include <dimensionxx/scene.hpp> #endif /* DIMENSIONXX_HPP */ |