// Define once #ifndef H_ARCHIVE #define H_ARCHIVE // Libraries #include "base.h" #include "manager.h" // Functions bool archive_import(Manager* manager); bool archive_export(Manager* manager); #endif