feat(IDT): IDT and exception handling support

This commit is contained in:
Daniel Hammer
2025-03-08 10:40:12 +01:00
parent 3656df42bc
commit 942adef65f
9 changed files with 245 additions and 9 deletions
+1
View File
@@ -31,6 +31,7 @@ namespace kcp {
cstringstream& operator<<(char c);
cstringstream& operator<<(char* str);
cstringstream& operator<<(const char* str);
cstringstream& operator<<(int num);
cstringstream& operator<<(uint32_t val);