MostlyHarmless 0.0.1
 
Loading...
Searching...
No Matches
mostlyharmless_NamespaceDocs.h
Go to the documentation of this file.
1//
2// Created by Syl on 11/08/2024.
3//
4
5#ifndef MOSTLYHARMLESS_MOSTLYHARMLESS_NAMESPACEDOCS_H
6#define MOSTLYHARMLESS_MOSTLYHARMLESS_NAMESPACEDOCS_H
10namespace mostly_harmless {
14 namespace core {
15
16 }
20 namespace gui {
24 namespace helpers {
28 namespace macos {
29
30 }
31 } // namespace helpers
32 } // namespace gui
36 namespace utils {
37
38 }
42 namespace events {
43
44 }
45
49 namespace audio {
50
51 }
52} // namespace mostly_harmless
53#endif // MOSTLYHARMLESS_MOSTLYHARMLESS_NAMESPACEDOCS_H
Contains audio helpers and utilities.
Definition mostlyharmless_NamespaceDocs.h:49
Contains core functionality of the framework.
Definition mostlyharmless_PluginBase.h:15
macOS specific gui helper functions
Definition mostlyharmless_NamespaceDocs.h:28
Contains helper functions for gui handling.
Definition mostlyharmless_NamespaceDocs.h:24
Contains GUI related classes & functions.
Definition mostlyharmless_WebviewBase.h:10
Contains general purpose utility classes & functions.
Definition mostlyharmless_TaskThread.h:12
The top-level namespace, contains all things plugin-related.
Definition mostlyharmless_BusConfig.h:3