Skip to content
Snippets Groups Projects
Commit 0c2f7330 authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

namespace comment for audio

parent c82fc071
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include "fggl/data/storage.hpp" #include "fggl/data/storage.hpp"
#include "fggl/modules/module.hpp" #include "fggl/modules/module.hpp"
//! backend independent audio interface
namespace fggl::audio { namespace fggl::audio {
/** /**
...@@ -35,6 +36,10 @@ namespace fggl::audio { ...@@ -35,6 +36,10 @@ namespace fggl::audio {
constexpr modules::ModuleService SERVICE_AUDIO_PLAYBACK = modules::make_service("fggl::audio::AudioService"); constexpr modules::ModuleService SERVICE_AUDIO_PLAYBACK = modules::make_service("fggl::audio::AudioService");
/**
*
* \ingroup services
*/
class AudioService { class AudioService {
public: public:
constexpr static const modules::ModuleService service = SERVICE_AUDIO_PLAYBACK; constexpr static const modules::ModuleService service = SERVICE_AUDIO_PLAYBACK;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment