7 #ifndef NAZARA_GRAPHICS_HPP     8 #define NAZARA_GRAPHICS_HPP    10 #include <Nazara/Prerequesites.hpp>    11 #include <Nazara/Graphics/Config.hpp>    21             static bool Initialize();
    23             static bool IsInitialized();
    25             static void Uninitialize();
    28             static unsigned int s_moduleReferenceCounter;
    32 #endif // NAZARA_GRAPHICS_HPP TODO: Inherit SoundEmitter from Node. 
Definition: Algorithm.hpp:12
 
Graphics class that represents the module initializer of Graphics. 
Definition: Graphics.hpp:15