#pragma once #include class File { File(const std::string& path); void Write(const std::string& content); };