]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Engine.hh
fixed layer bugs; generalized octree
[chaz/yoink] / src / Moof / Engine.hh
index a0c23002080ff5ef65fa1a336cedd1294e101a35..e49f44db853cbf30ca59539a5ab6f04bac64a1be 100644 (file)
@@ -61,10 +61,11 @@ struct Engine
        Video& getVideo() const;
        long getFrameRate() const;
 
-       void pushLayer(LayerP layer);
-       void popLayer();
-       void popLayer(Layer* layer);
-       void clearLayers();
+       void push(LayerP layer);
+       LayerP pop();
+       // pops a specific layer and all layers above it
+       LayerP pop(Layer* layer);
+       void clear();
 
        struct Exception : public Mf::Exception
        {
This page took 0.019069 seconds and 4 git commands to generate.