mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-14 16:59:17 +00:00
Implemented data() to vector
This commit is contained in:
@ -159,4 +159,6 @@ public:
|
||||
VectorSize = 0;
|
||||
VectorBuffer = 0;
|
||||
}
|
||||
|
||||
T *data() { return VectorBuffer; }
|
||||
};
|
||||
|
Reference in New Issue
Block a user