mumble/plugins/testPlugin
Robert Adam e9f0f71195 REFAC(plugins): Avoid name clashes by prefixing
There were a few types left that were not prefixed with "Mumble" in one
way or another. In order to avoid name clashes, this was now changed.
Especially enum values are now also prefixed. This is because these are
not enum classes (C doesn't know those) and as such the enum values are
used without a namespace (thus they are effectively global names).

Furthermore the macros STATUS_OK and VERSION_UNKNOWN were turned into
constant variables in order to use the preprocessor as little as
possible.
2021-06-03 16:36:14 +02:00
..
CMakeLists.txt FEAT(client): Plugin framework 2021-04-16 20:15:44 +02:00
testPlugin.cpp REFAC(plugins): Avoid name clashes by prefixing 2021-06-03 16:36:14 +02:00