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
6namespace Grindstone::Plugins {
7 bool ReadMetaFile(std::filesystem::path path, Grindstone::Plugins::MetaData& metaData);
8}