missing newlines

This commit is contained in:
aMannus 2025-06-30 11:13:12 +02:00
commit 81810608e1
3 changed files with 3 additions and 3 deletions

View file

@ -69,4 +69,4 @@ class CosmeticsEditorWindow final : public Ship::GuiWindow {
void ApplyDungeonKeyColors();
void UpdateElement() override {};
};
#endif //__cplusplus
#endif //__cplusplus

View file

@ -7,4 +7,4 @@ class GameplayStatsWindow final : public Ship::GuiWindow {
void InitElement() override;
void DrawElement() override;
void UpdateElement() override {};
};
};

View file

@ -64,4 +64,4 @@ class ItemTrackerWindow final : public Ship::GuiWindow {
void InitElement() override;
void DrawElement() override;
void UpdateElement() override {};
};
};