Update CMakeLists.txt to reflect rename utils to util

This commit is contained in:
2023-11-23 10:40:52 +01:00
parent ffb058b1e8
commit 8e37479980
2 changed files with 12 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
#define BREEZE_MAP_H
#include "tileset.h"
#include "../utils/string.h"
#include "../util/string.h"
#define BZ_MAP_MAX_LAYERS 8
#define BZ_MAP_MAX_TILESETS 8