discord_rpc: Use anonymous namespace

This commit is contained in:
Jonas Kvinge
2025-04-13 21:34:40 +02:00
parent 3746915ae7
commit c5e38b71f7
4 changed files with 47 additions and 48 deletions

View File

@@ -26,8 +26,6 @@
#include <cstdint>
namespace discord_rpc {
#ifdef __cplusplus
extern "C" {
#endif
@@ -92,6 +90,4 @@ void Discord_UpdateHandlers(DiscordEventHandlers *handlers);
} /* extern "C" */
#endif
} // namespace discord_rpc
#endif // DISCORD_RPC_H