Move ioport header

This commit is contained in:
2024-09-29 17:12:38 +02:00
parent 8fcfa1e1fe
commit 5292b7bf9f
9 changed files with 10 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
#pragma once
#include "../ioport.hpp"
#include "ioport.hpp"
namespace JabyEngine {
namespace DMA_IO_Values {