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
6
namespace
Grindstone::Plugins {
7
bool
LoadPluginManifestLockFile(std::vector<ManifestData>& manifestData);
8
}
sources
code
Editor
PluginSystem
PluginManifestLockFileLoader.hpp
Generated by
1.13.2