Even more shared pointers.

This commit is contained in:
2023-11-10 22:33:21 -06:00
parent 732a90931c
commit 085facd079
19 changed files with 89 additions and 80 deletions

View File

@@ -20,7 +20,7 @@ namespace Dawn {
* @param str String to parse.
* @return Color parsed.
*/
static struct Color fromString(std::string str);
static struct Color fromString(const std::string str);
float_t r, g, b, a;