We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dadcd7b commit f7ef8faCopy full SHA for f7ef8fa
src/discord/core.hpp
@@ -40,7 +40,7 @@ namespace constants::discord {
40
#endif
41
42
// manually synchronized to https://discord.com/developers/applications/1220147916371394650/rich-presence/assets
43
- enum class ArtAsset : u8 { logo };
+ enum class ArtAsset : u8 { Logo };
44
45
OOPETRIS_GRAPHICS_EXPORTED [[nodiscard]] std::string get_asset_key(ArtAsset asset);
46
0 commit comments