7 #ifndef NAZARA_PLATFORM_HPP     8 #define NAZARA_PLATFORM_HPP    10 #include <Nazara/Prerequesites.hpp>    11 #include <Nazara/Platform/Config.hpp>    21             static bool Initialize();
    23             static bool IsInitialized();
    25             static void Uninitialize();
    28             static unsigned int s_moduleReferenceCounter;
    32 #endif // NAZARA_PLATFORM_HPP TODO: Inherit SoundEmitter from Node. 
Definition: Algorithm.hpp:12