branch | pyrit |
changeset 46 | 6493fb65f0b1 |
parent 44 | 3763b26244f0 |
child 78 | 9569e9f35374 |
45:76b254ce92cf | 46:6493fb65f0b1 |
---|---|
31 |
31 |
32 #include "scene.h" |
32 #include "scene.h" |
33 |
33 |
34 using namespace std; |
34 using namespace std; |
35 |
35 |
36 /** |
|
37 * general container |
|
38 */ |
|
36 class Container |
39 class Container |
37 { |
40 { |
38 protected: |
41 protected: |
39 BBox bbox; |
42 BBox bbox; |
40 public: |
43 public: |