Add new IOPort design

This commit is contained in:
Jaby
2023-01-15 16:49:38 +01:00
committed by Jaby
parent 8d59d38524
commit 019022a035
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: