aboutsummaryrefslogtreecommitdiffstats
path: root/yage
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-04-11 18:44:18 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-04-11 18:44:18 +0100
commit70cda1c1449fa0db8b891d7536a9e409cf44ce11 (patch)
treeb633d8276d5ed904d1ebdb718977c4dcad79f518 /yage
parente8e65c7593506fae3356bd9ab690fa0709d42bdf (diff)
downloadYAGE-70cda1c1449fa0db8b891d7536a9e409cf44ce11.tar.gz
YAGE-70cda1c1449fa0db8b891d7536a9e409cf44ce11.zip
Adding experimental directory
Diffstat (limited to 'yage')
-rw-r--r--yage/experimental/camera3d.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/yage/experimental/camera3d.h b/yage/experimental/camera3d.h
new file mode 100644
index 00000000..efd96dc0
--- /dev/null
+++ b/yage/experimental/camera3d.h
@@ -0,0 +1,8 @@
+#ifndef YAGE_EXPERIMENTAL_CAMERA3D_H
+#define YAGE_EXPERIMENTAL_CAMERA3D_H
+
+class Camera3D {
+
+}
+
+#endif