mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-30 04:35:20 +01:00
Put the internal sound definitions into a new sound namespace
This commit is contained in:
@@ -26,6 +26,8 @@ with this program; ifnot, write to the Free Software Foundation, Inc.,
|
||||
|
||||
#include "al_helpers.h"
|
||||
|
||||
namespace sound {
|
||||
|
||||
/**
|
||||
* Class for the openal device and context
|
||||
*/
|
||||
@@ -58,3 +60,5 @@ public:
|
||||
|
||||
~SoundManagerSingleton();
|
||||
};
|
||||
|
||||
} // namespace sound
|
||||
|
||||
Reference in New Issue
Block a user