This commit is contained in:
2021-06-23 22:12:00 -05:00
parent c7dffb0727
commit 96555f71d1

View File

@@ -16,7 +16,6 @@ type Thread = number;
type Feature = number; type Feature = number;
// C++ Types // C++ Types
type vector<T> = object; type vector<T> = object;
type uint8_t = number; type uint8_t = number;
type uint32_t = number; type uint32_t = number;