mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-23 01:57:21 +03:00
Symbian^3 port
This commit is contained in:
parent
77cdaaf97e
commit
3eb71f2cc5
106 changed files with 2098 additions and 745 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue