Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
StateResolver.hpp
1#pragma once
2
3#include <PipelineSet/Log.hpp>
4#include "ResolvedStateTree.hpp"
5#include "ParseTree.hpp"
6
7bool ResolveStateTree(LogCallback logCallback, const ParseTree& parseTree, ResolvedStateTree& resolvedStateTree);
Definition ParseTree.hpp:18
Definition ResolvedStateTree.hpp:12