Normalize line endings - whatever

This commit is contained in:
Jaby
2025-01-07 23:01:08 +01:00
parent 1f255e15e1
commit 3bc66763bd
184 changed files with 13690 additions and 13688 deletions

View File

@@ -1,12 +1,12 @@
#pragma once
#include "ioport.hpp"
namespace JabyEngine {
namespace Interrupt_IO_Values {
__declare_io_struct(Mask, uint32_t) {
};
__declare_io_struct(Status, uint32_t) {
};
}
#pragma once
#include "ioport.hpp"
namespace JabyEngine {
namespace Interrupt_IO_Values {
__declare_io_struct(Mask, uint32_t) {
};
__declare_io_struct(Status, uint32_t) {
};
}
}