Compile fix

This commit is contained in:
Joshua Granick
2014-03-18 15:46:19 -07:00
parent 959f4ee051
commit bb3308ce0f

View File

@@ -309,6 +309,7 @@ value lime_gl_s3d_set_focal_length (value length)
}
return alloc_null ();
}
DEFINE_PRIM (lime_gl_s3d_set_focal_length,1);
@@ -337,6 +338,8 @@ value lime_gl_s3d_set_eye_separation (value separation)
}
return alloc_null ();
}
DEFINE_PRIM (lime_gl_s3d_set_eye_separation,1);