text declarations go into text.h

This commit is contained in:
Marco Antonio J. Costa
2026-07-21 18:39:50 -03:00
committed by majcosta
parent 54bdce6c46
commit 15821498a3
2 changed files with 6 additions and 8 deletions
+6
View File
@@ -3208,6 +3208,12 @@ enum {
#define TACTICAL_INVENTORY_DIALOG_NUM 16
#define TACTICAL_COVER_DIALOG_NUM 16
extern STR16* gzIntroScreen;
extern STR16* pBullseyeStrings;
extern STR16* pContractButtonString;
extern STR16* pUpdatePanelButtons;
extern STR16* sRepairsDoneString;
// Enumeration support
typedef struct Str8EnumLookupType {
int value;