Move helper functions into cpp file

This commit is contained in:
2021-04-17 13:54:48 +02:00
parent 781625f525
commit b48624c245
8 changed files with 50 additions and 37 deletions

View File

@@ -4,7 +4,7 @@
#include "Window.h"
#include "eventActions.h"
#include "defines.h"
#include "helper.h"
#include "Helper.h"
Window::Window()
{