Onyx-Engine/src/editor/Windows/FileBrowser.h

13 lines
139 B
C
Raw Normal View History

2025-05-21 16:49:17 +00:00
#pragma once
#include <string>
namespace OX {
class FileBrowser {
public:
static void Draw();
};
} // namespace OX