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