fixed mac stuff and added more debug code

This commit is contained in:
nuuls
2018-05-24 22:58:07 +02:00
committed by fourtf
parent 835b6d80da
commit 6ee4945715
7 changed files with 51 additions and 13 deletions
+4 -3
View File
@@ -1,11 +1,12 @@
#pragma once
#include "widgets/window.hpp"
#include "widgets/splitcontainer.hpp"
namespace chatterino {
namespace widgets {
struct SplitContainer::Node;
}
//namespace widgets {
//struct SplitContainer::Node;
//}
namespace singletons {
class WindowManager