Minor fixes

This commit is contained in:
SirLynix
2023-07-30 10:56:28 +02:00
parent b191dacc58
commit 651261d28a
4 changed files with 5 additions and 4 deletions

View File

@@ -39,10 +39,10 @@ namespace Nz
template<typename T> T& GetComponent();
template<typename T> const T& GetComponent() const;
int Run();
inline void Quit();
int Run();
bool Update(Time elapsedTime);
ApplicationBase& operator=(const ApplicationBase&) = delete;