3 #include "common/common.hpp" 4 #include "util/uuid.hpp" 13 std::vector<std::string> get_filenames()
const;
16 class Pool *pool =
nullptr;
18 bool duplicated =
false;
19 void handle_duplicate();
20 std::vector<std::string> filenames;
Definition: duplicate_window.hpp:7
Definition: duplicate_base.hpp:5
This class encapsulates a UUID and allows it to be uses as a value type.
Definition: uuid.hpp:16
Stores objects (Unit, Entity, Symbol, Part, etc.) from the pool.
Definition: pool.hpp:21