Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
PluginManifestFileLoader.hpp
1#pragma once
2
3#include <vector>
4#include "PluginManifestData.hpp"
5
6namespace Grindstone::Plugins {
7 bool LoadPluginManifestFile(std::vector<Grindstone::Plugins::ManifestData>& manifestData);
8}