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