Grindstone Game Engine
v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
PluginMetaFileLoader.hpp
1
#pragma once
2
3
#include <filesystem>
4
#include "PluginMetaData.hpp"
5
6
namespace
Grindstone::Plugins {
7
bool
ReadMetaFile(std::filesystem::path path, Grindstone::Plugins::MetaData& metaData);
8
}
sources
code
Editor
PluginSystem
PluginMetaFileLoader.hpp
Generated by
1.13.2