Added missing IO

This commit is contained in:
Jaby
2024-09-29 16:09:04 +02:00
parent eac954a372
commit 862fffaf11
4 changed files with 30 additions and 33 deletions

View File

@@ -3,8 +3,6 @@
namespace JabyEngine {
namespace Memory_IO {
using namespace Memory_IO_Values;
using CD_DELAY_IO = IOPort<Memory_IO_Values::CD_DELAY>;
using COM_DELAY_IO = IOPort<Memory_IO_Values::COM_DELAY>;