#ifndef vvXXX_h #define vvXXX_h #include #include ///Returns the last images opened by the user std::list GetRecentlyOpenedImages(); ///Adds an image to the list of recently opened images void AddToRecentlyOpenedImages(std::string filename); #endif