--- trunk/OOPSE-3.0/src/brains/SnapshotManager.hpp 2004/10/20 05:52:25 1615 +++ trunk/OOPSE-3.0/src/brains/SnapshotManager.hpp 2004/10/21 21:31:39 1630 @@ -32,6 +32,9 @@ namespace oopse{ */ #ifndef BRAINS_SNAPSHOTMANAGER_HPP #define BRAINS_SNAPSHOTMANAGER_HPP + +#include "brains/Snapshot.hpp" + namespace oopse{ /** @@ -47,9 +50,9 @@ namespace oopse{ bool move(int ); - getActiveFrame(); + Snapshot* getActiveSnapshot(); - setActiveFrame(); + void setActiveSnapshot(); int getCapacity();