Codechange: [CMake] Use ".sq.hpp" instead of ".hpp.sq" for API exports (#14297)

This commit is contained in:
Loïc Guilloux
2025-05-24 22:38:37 +02:00
committed by GitHub
parent 34c0b09764
commit 5e765a2787
6 changed files with 10 additions and 10 deletions

View File

@@ -27,7 +27,7 @@
#include "table/strings.h"
/* Manually include the Text glue. */
#include "../script/api/template/template_text.hpp.sq"
#include "../script/api/template/template_text.sq.hpp"
/* Convert all AI related classes to Squirrel data. */
#include "../script/api/ai/ai_includes.hpp"