Grindstone Game Engine
v0.2.0
An open source game engine and toolkit.
Toggle main menu visibility
Main Page
Related Pages
Classes
Class List
Class Index
Class Hierarchy
Files
File List
•
All
Classes
Pages
Loading...
Searching...
No Matches
CSharpSystem.hpp
1
#pragma once
2
3
#include <entt/entt.hpp>
4
5
namespace
Grindstone {
6
namespace
Scripting {
7
namespace
CSharp {
8
void
UpdateSystem(entt::registry& registry);
9
void
UpdateEditorSystem(entt::registry& registry);
10
}
11
}
12
}
sources
code
Plugins
ScriptCSharp
CSharpSystem.hpp
Generated by
1.12.0