mirror-chatterino2/src/singletons/Resources.hpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
238 B
C++
Raw Normal View History

#pragma once
2017-01-13 18:59:11 +01:00
#include "ResourcesAutogen.hpp"
2019-09-22 10:53:39 +02:00
namespace chatterino {
/// This class in thread safe but needs to be initialized from the gui thread
/// first.
Resources2 &getResources();
void initResources();
} // namespace chatterino