Added Audio module
Fixed examples resources not being commited Temporary removed static build configurations
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
#ifndef NAZARA_INITIALIZER_HPP
|
||||
#define NAZARA_INITIALIZER_HPP
|
||||
|
||||
///TODO: Utiliser les variadic template pour initialiser plusieurs modules à la fois ?
|
||||
|
||||
#include <Nazara/Prerequesites.hpp>
|
||||
|
||||
template<typename T>
|
||||
|
||||
@@ -17,7 +17,8 @@ NzInitializer<T>::NzInitializer(Args... args)
|
||||
template<typename T>
|
||||
NzInitializer<T>::~NzInitializer()
|
||||
{
|
||||
T::Uninitialize();
|
||||
if (T::IsInitialized())
|
||||
T::Uninitialize();
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
|
||||
Reference in New Issue
Block a user