Add object_plane.cc to the build

This commit is contained in:
Eryn Wells 2013-09-22 10:16:27 -07:00
parent c405302613
commit d166752f22

View file

@ -11,6 +11,7 @@ files = Split("""
material.cc
object.cc
object_sphere.cc
object_plane.cc
scene.cc
writer_png.cc
""")