Move ioport header

This commit is contained in:
Jaby
2024-09-29 17:12:38 +02:00
committed by Jaby
parent 810fefd25d
commit 29b3261696
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 Interrupt_IO_Values {