#ifndef CONTENT_BROWSER_HPP #define CONTENT_BROWSER_HPP #include "open_engine/renderer/texture.hpp" #include namespace OpenEngine { class EditorLayer; class ContentBrowserPanel { public: ContentBrowserPanel(); void OnImGuiRender(); private: std::filesystem::path current_directory; Ref folder_icon; }; } #endif // CONTENT_BROWSER_HPP