3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
17 ::ll::TypedStorage<8, 32, ::std::string> mListFilename;
18 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, int>> mStringToEmoticonMap;
24 virtual ~EmoticonManager() ;
30 MCAPI
int _findEmoticon(::std::string
const& emoticonName)
const;
32 MCAPI
void _readEmoticonList(::ResourceLocation
const& listLocation);
34 MCAPI
void emoticonifyTextInPlace(::std::string& text)
const;
36 MCAPI
void resetEmoticonData();
Definition EnableNonOwnerReferences.h:7
Definition EmoticonManager.h:5
static MCAPI void ** $vftable()
Definition ResourceLocation.h:15