Create CD related files

This commit is contained in:
2023-01-11 20:51:47 +01:00
parent 5626e8ecb1
commit c1bee684b9
4 changed files with 30 additions and 7 deletions

View File

@@ -0,0 +1,11 @@
#ifndef __JABYENGINE_CD_IO_HPP__
#define __JABYENGINE_CD_IO_HPP__
#include "ioport.hpp"
namespace JabyEngine {
namespace CD_IO {
}
}
#endif //!__JABYENGINE_CD_IO_HPP__