7 #ifndef NAZARA_UTILITY_HPP 8 #define NAZARA_UTILITY_HPP 10 #include <Nazara/Prerequesites.hpp> 11 #include <Nazara/Utility/Config.hpp> 12 #include <Nazara/Utility/Enums.hpp> 22 static bool Initialize();
24 static bool IsInitialized();
26 static void Uninitialize();
28 static unsigned int ComponentCount[ComponentType_Max+1];
29 static std::size_t ComponentStride[ComponentType_Max+1];
32 static unsigned int s_moduleReferenceCounter;
36 #endif // NAZARA_UTILITY_HPP TODO: Inherit SoundEmitter from Node.
Definition: Algorithm.hpp:12
Utility class that represents the module initializer of Utility.
Definition: Utility.hpp:16