1
0
mirror of https://github.com/ShaYmez/xlxd.git synced 2026-07-25 03:24:09 -04:00

xlxd 1.2.4 / db 2.1.0

implement XLX interlink feature
This commit is contained in:
LX3JL
2016-02-11 18:51:12 +01:00
parent 4831ba8829
commit 2f9e8a8781
259 changed files with 2603 additions and 647 deletions
+6
View File
@@ -78,6 +78,12 @@ void CBuffer::Append(uint16 ui)
::memcpy(&(data()[n]), &ui, sizeof(uint16));
}
void CBuffer::Append(const char *sz)
{
Append((uint8 *)sz, (int)strlen(sz));
Append((uint8)0x00);
}
////////////////////////////////////////////////////////////////////////////////////////
// operation