mirror-chatterino2/src/RunGui.hpp

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

16 lines
262 B
C++
Raw Normal View History

2018-08-02 14:23:27 +02:00
#pragma once
class QApplication;
namespace chatterino {
class Args;
2018-08-02 14:23:27 +02:00
class Paths;
class Settings;
class Updates;
2018-08-02 14:23:27 +02:00
void runGui(QApplication &a, const Paths &paths, Settings &settings,
const Args &args, Updates &updates);
2018-08-02 14:23:27 +02:00
} // namespace chatterino