Add new IOPort design

This commit is contained in:
2023-01-15 16:49:38 +01:00
parent 509c25dfec
commit 3da34d0686
15 changed files with 143 additions and 240 deletions

View File

@@ -63,6 +63,7 @@ namespace JabyEngine {
template<typename T>
class ComplexBitMap {
public:
typedef T UnderlyingType;
T raw;
private: