WIP commit

This commit is contained in:
apa420
2018-08-11 12:47:03 +02:00
parent 125af43d90
commit 77411f7012
10 changed files with 165 additions and 24 deletions
+2
View File
@@ -28,6 +28,7 @@ class Emotes;
class Settings;
class Fonts;
class Resources;
class Toasts;
class Application
{
@@ -56,6 +57,7 @@ public:
Fonts *const fonts{};
Emotes *const emotes{};
WindowManager *const windows{};
Toasts *const toasts{};
AccountController *const accounts{};
CommandController *const commands{};