Grindstone Game Engine
v0.2.0
An open source game engine and toolkit.
Toggle main menu visibility
Loading...
Searching...
No Matches
BrowseFile.hpp
1
#pragma once
2
3
#include <string>
4
5
namespace
Grindstone
{
6
class
EngineCore
;
7
8
namespace
Editor
{
9
namespace
ImguiEditor
{
10
bool
BrowseFile(EngineCore* engineCore,
const
char
* label, std::string& filepath);
11
}
12
}
13
}
Grindstone::EngineCore
Definition
EngineCore.hpp:60
Grindstone::Editor::ImguiEditor
Definition
EditorManager.hpp:32
Grindstone::Editor
Definition
AssetRegistry.hpp:12
Grindstone
Definition
ArchiveContentFile.hpp:8
sources
code
Editor
ImguiEditor
BrowseFile.hpp
Generated by
1.17.0