Grindstone Game Engine
v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
PluginManifestData.hpp
1
#pragma once
2
3
#include <string>
4
#include <filesystem>
5
6
namespace
Grindstone::Plugins {
7
struct
ManifestData
{
8
std::string pluginName;
9
std::string semanticVersioning;
10
std::filesystem::path path;
11
};
12
}
Grindstone::Plugins::ManifestData
Definition
PluginManifestData.hpp:7
sources
code
Editor
PluginSystem
PluginManifestData.hpp
Generated by
1.13.2