mirror-chatterino2/src/singletons/Resources.hpp

13 lines
252 B
C++
Raw Normal View History

#pragma once
2017-01-13 18:59:11 +01:00
2018-08-02 14:23:27 +02:00
#include "autogenerated/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