7 #ifndef NAZARA_RESOURCE_HPP 8 #define NAZARA_RESOURCE_HPP 10 #include <Nazara/Prerequesites.hpp> 11 #include <Nazara/Core/String.hpp> 23 const String& GetFilePath()
const;
25 void SetFilePath(
const String& filePath);
35 #endif // NAZARA_RESOURCE_HPP TODO: Inherit SoundEmitter from Node.
Definition: Algorithm.hpp:12
Core class that represents a string.
Definition: String.hpp:22
Core class that represents a resource.
Definition: Resource.hpp:15