Handle windows and EnTT with application components
This commit is contained in:
committed by
Jérôme Leclercq
parent
18851c9185
commit
da9eb14ebe
@@ -26,7 +26,11 @@ namespace Nz
|
||||
~ApplicationBase() = default;
|
||||
|
||||
template<typename T, typename... Args> T& AddComponent(Args&&... args);
|
||||
inline void AddComponent(std::unique_ptr<ApplicationComponent>&& component);
|
||||
|
||||
inline void ClearComponents();
|
||||
|
||||
template<typename T> T* GetComponent();
|
||||
template<typename T> const T* GetComponent() const;
|
||||
|
||||
int Run();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user