Shkyera Engine
Easy to use, game engine for Python
Loading...
Searching...
No Matches
Requirements.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <Common/TypeInfo.hpp>
4
5namespace shkyera {
6
12struct ResourceTag {};
13
23template <typename T>
24constexpr bool OnlyMainThread = false;
25
26} // namespace shkyera
Definition Asset.hpp:6
constexpr bool OnlyMainThread
Definition Requirements.hpp:24
Definition Requirements.hpp:12