Minor fixes
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Nz
|
||||
m_modules(std::forward<ModuleConfig>(configs)...)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
template<typename... ModuleList>
|
||||
template<typename... ModuleConfig>
|
||||
Application<ModuleList...>::Application(int argc, const Pointer<const char>* argv, ModuleConfig&&... configs) :
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
|
||||
#include <NazaraUtils/Prerequisites.hpp>
|
||||
#include <Nazara/Core/Config.hpp>
|
||||
#include <string>
|
||||
#include <thread>
|
||||
|
||||
namespace Nz
|
||||
|
||||
Reference in New Issue
Block a user