Symbian^3 port

This commit is contained in:
Shinovon 2026-04-29 05:15:13 +05:00
parent 77cdaaf97e
commit 3eb71f2cc5
106 changed files with 2098 additions and 745 deletions

View file

@ -121,7 +121,7 @@ class CReplay
uint8 hours;
uint8 minutes;
private:
uint8 __align;
uint8 __align1;
};
VALIDATE_SIZE(tClockPacket, 4);
@ -148,7 +148,9 @@ class CReplay
uint16 mi;
uint8 pedtype;
private:
uint8 __align[3];
uint8 __align1;
uint8 __align2;
uint8 __align3;
};
VALIDATE_SIZE(tPedHeaderPacket, 8);
@ -167,7 +169,9 @@ class CReplay
{
uint8 type;
private:
uint8 __align[3];
uint8 __align1;
uint8 __align2;
uint8 __align3;
};
VALIDATE_SIZE(tEndOfFramePacket, 4);