src/container.cc
branchpyrit
changeset 34 28f6e8b9d5d1
parent 28 ffe83ca074f3
child 44 3763b26244f0
equal deleted inserted replaced
33:83d0200d4c09 34:28f6e8b9d5d1
       
     1 /*
       
     2  * Pyrit Ray Tracer
       
     3  * file: container.cc
       
     4  *
       
     5  * Radek Brich, 2006-2007
       
     6  */
       
     7 
     1 #include "common.h"
     8 #include "common.h"
     2 #include "container.h"
     9 #include "container.h"
     3 
    10 
     4 void Container::addShape(Shape* aShape)
    11 void Container::addShape(Shape* aShape)
     5 {
    12 {