13 lines
166 B
C++
13 lines
166 B
C++
#include "singletons/Emotes.hpp"
|
|
|
|
namespace chatterino {
|
|
|
|
Emotes::Emotes()
|
|
{
|
|
this->emojis.load();
|
|
|
|
this->gifTimer.initialize();
|
|
}
|
|
|
|
} // namespace chatterino
|