Shkyera Engine
Easy to use, game engine for Python
Loading...
Searching...
No Matches
AssetLoader.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace shkyera {
4
5template <typename AssetType>
7 public:
8 virtual ~AssetLoader() = default;
9 virtual AssetType operator()() = 0;
10};
11
12} // namespace shkyera
Definition AssetLoader.hpp:6
virtual ~AssetLoader()=default
virtual AssetType operator()()=0
Definition Asset.hpp:6
Definition Clock.hpp:9