Fix inconsistent EOL

This commit is contained in:
Jaby
2025-01-08 22:27:37 +01:00
committed by Jaby
parent bd63f3338e
commit 975b3ccac5
184 changed files with 13686 additions and 13685 deletions

View File

@@ -1,10 +1,10 @@
#pragma once
#include "../src/include/menu.hpp"
#include "../src/include/font_writer.hpp"
#include <PSX/GPU/gpu_types.hpp>
namespace Shared {
extern Menu::BackMenu back_menu;
extern JabyEngine::GPU::POLY_G4 background;
extern bool load_test;
#pragma once
#include "../src/include/menu.hpp"
#include "../src/include/font_writer.hpp"
#include <PSX/GPU/gpu_types.hpp>
namespace Shared {
extern Menu::BackMenu back_menu;
extern JabyEngine::GPU::POLY_G4 background;
extern bool load_test;
}