![]() |
Shkyera Engine
Easy to use, game engine for Python
|
Go to the source code of this file.
Namespaces | |
namespace | shkyera |
Typedefs | |
using | shkyera::AssetHandle = Entity |
using | shkyera::OptionalAssetHandle = std::optional< AssetHandle > |
template<typename AssetType > | |
using | shkyera::AssetRef = std::shared_ptr< AssetType > |
template<typename AssetType > | |
using | shkyera::HandleAndAsset = std::pair< OptionalAssetHandle, AssetRef< AssetType > > |