Minor update:

- Move strlcase() from SelectableCore to UtilCore
This commit is contained in:
Charl Wentzel
2019-09-08 08:13:03 +02:00
parent cff2d2712a
commit aa86837e93
3 changed files with 10 additions and 8 deletions

View File

@@ -25,6 +25,7 @@
// redA Libraries
#include "ApplicationCore.h"
#include "SelectableCore.h"
#include "UtilCore.h"
//---------------------------------------------------------------------------