mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
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. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| testPlugin.cpp | ||