reformat remaining files

This commit is contained in:
Martin Michelsen
2025-12-21 21:06:29 -08:00
parent e5a03b7e9b
commit a0a7231d67
40 changed files with 2117 additions and 3190 deletions
+3 -4
View File
@@ -17,10 +17,9 @@
#include "StaticGameData.hh"
struct QuestMetadata {
// This structure contains configuration that should be the same across all
// versions of the quest, except for the name and description strings. This
// is used in both the Quest and VersionedQuest structures; in Quest, the
// name and description are used only internally.
// This structure contains configuration that should be the same across all versions of the quest, except for the
// name and description strings. This is used in both the Quest and VersionedQuest structures; in Quest, the name and
// description are used only internally.
Version version;
Language language;