mirror-chatterino2/src/singletons/Resources.hpp
2022-11-19 12:29:12 +01:00

13 lines
238 B
C++

#pragma once
#include "ResourcesAutogen.hpp"
namespace chatterino {
/// This class in thread safe but needs to be initialized from the gui thread
/// first.
Resources2 &getResources();
void initResources();
} // namespace chatterino