Unravel Engine C++ Reference
Loading...
Searching...
No Matches
version_manager.h
Go to the documentation of this file.
1#pragma once
2#include <context/context.hpp>
3
4namespace unravel
5{
7{
8 auto init(rtti::context& ctx) -> bool;
9 auto deinit(rtti::context& ctx) -> bool;
10
12};
13} // namespace unravel
auto init(rtti::context &ctx) -> bool
auto deinit(rtti::context &ctx) -> bool