Shkyera Engine
Easy to use, game engine for Python
Loading...
Searching...
No Matches
SelectedAssetComponent.hpp
Go to the documentation of this file.
1#pragma once
2
4
5namespace shkyera {
6
7struct SelectedAssetComponent : public SingletonComponent<SelectedAssetComponent> {};
8
9} // namespace shkyera
Definition Asset.hpp:6
Definition SelectedAssetComponent.hpp:7
Marker to denote Singleton Component.
Definition SingletonComponent.hpp:9