aboutsummaryrefslogtreecommitdiffstats
path: root/test/junit/com/sun/gluegen/struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/junit/com/sun/gluegen/struct.h')
-rw-r--r--test/junit/com/sun/gluegen/struct.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/test/junit/com/sun/gluegen/struct.h b/test/junit/com/sun/gluegen/struct.h
deleted file mode 100644
index 2819d5c..0000000
--- a/test/junit/com/sun/gluegen/struct.h
+++ /dev/null
@@ -1,21 +0,0 @@
-
-typedef struct {
- float x, y, z;
-} Vec;
-
-typedef struct {
- Vec orig, dir;
-} Camera;
-
-typedef struct {
- unsigned int width, height;
- int superSamplingSize;
- int actvateFastRendering;
- int enableShadow;
-
- unsigned int maxIterations;
- float epsilon;
- float mu[4];
- float light[3];
- Camera camera;
-} RenderingConfig;