renamed a bunch of files and classes

This commit is contained in:
2017-11-12 17:21:50 +01:00
parent ad8ee97de9
commit 7f18cefee4
44 changed files with 699 additions and 505 deletions
+9
View File
@@ -0,0 +1,9 @@
#include "splitcolumn.hpp"
namespace chatterino {
namespace helper {
SplitColumn::SplitColumn()
{
}
}
}