Utilize new functions for converting strings to upper/lower case (#2956)

* Utilize new functions for converting strings to upper/lower case

* Adapt to updated file name

* Use new function signature

* Update ghoul
This commit is contained in:
Emma Broman
2023-11-28 14:57:01 +01:00
committed by GitHub
parent 77084147dc
commit c525565e84
32 changed files with 54 additions and 127 deletions

View File

@@ -31,7 +31,7 @@
#include <ghoul/filesystem/filesystem.h>
#include <ghoul/glm.h>
#include <ghoul/logging/logmanager.h>
#include <ghoul/misc/misc.h>
#include <ghoul/misc/stringhelper.h>
#include <ghoul/opengl/openglstatecache.h>
#include <ghoul/opengl/programobject.h>
#include <scn/scn.h>