From 8236c8d7d0078af4e0eb1e2c58222a9a4afc25c1 Mon Sep 17 00:00:00 2001 From: Kelly Kinkade Date: Tue, 1 Sep 2026 09:48:04 -0500 Subject: [PATCH] rename `Coord.h` header to `CoordTemplate.h` `Coord.h` conflicts with `df/coord.h` (generated by codegen) --- library/CMakeLists.txt | 2 +- library/include/{Coord.h => CoordTemplate.h} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename library/include/{Coord.h => CoordTemplate.h} (100%) diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 48db051e74..3a35fa28ac 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt @@ -50,7 +50,7 @@ set(MAIN_HEADERS include/ColorText.h include/Commands.h include/Console.h - include/Coord.h + include/CoordTemplate.h include/Core.h include/CoreDefs.h include/DataDefs.h diff --git a/library/include/Coord.h b/library/include/CoordTemplate.h similarity index 100% rename from library/include/Coord.h rename to library/include/CoordTemplate.h