1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-19 18:32:35 +01:00

Codefix: Comment style. (#14064)

This commit is contained in:
frosch
2025-04-21 17:25:09 +02:00
committed by GitHub
parent 5b2754fdee
commit 2a62eea005
29 changed files with 64 additions and 62 deletions

View File

@@ -346,10 +346,10 @@ void GfxLoadSprites()
UpdateCursorSize();
}
// instantiate here, because unique_ptr needs a complete type
/* instantiate here, because unique_ptr needs a complete type */
GraphicsSet::GraphicsSet() = default;
// instantiate here, because unique_ptr needs a complete type
/* instantiate here, because unique_ptr needs a complete type */
GraphicsSet::~GraphicsSet() = default;
bool GraphicsSet::FillSetDetails(const IniFile &ini, const std::string &path, const std::string &full_filename)