#ifndef CORE_FILE_H #define CORE_FILE_H #include "math/Vector.h" #include "utils/ArrayString.h" namespace Core { class File final { void* file; public: File(); }; } #endif