#ifndef CORE_FILE_HPP #define CORE_FILE_HPP #include #include "utils/ArrayString.hpp" namespace Core { using Path = String8; } #endif