Codechange: Include table/strings.h in files that use StringIDs.

Be consistent with how and where the file is incldued.
This commit is contained in:
Peter Nelson
2025-03-20 23:54:54 +00:00
committed by Peter Nelson
parent edb101d12f
commit 2909a14374
64 changed files with 107 additions and 22 deletions

View File

@@ -10,6 +10,8 @@
#include "../stdafx.h"
#include "../debug.h"
#include "../error.h"
#include "../company_base.h"
#include "../company_func.h"
#include "../script/squirrel_class.hpp"
@@ -22,15 +24,14 @@
#include "ai_info.hpp"
#include "ai_instance.hpp"
#include "table/strings.h"
/* Manually include the Text glue. */
#include "../script/api/template/template_text.hpp.sq"
/* Convert all AI related classes to Squirrel data. */
#include "../script/api/ai/ai_includes.hpp"
#include "../company_base.h"
#include "../company_func.h"
#include "../safeguards.h"
AIInstance::AIInstance() :