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

@@ -1,5 +1,5 @@
#include "Screen.h"
#include "helper.h"
#include "Helper.h"
uint32_t Screen::id_counter = 0;