Added missing IO

This commit is contained in:
2024-09-29 16:09:04 +02:00
parent 5bafe78ab5
commit c41d996c34
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>;