mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-02-21 15:43:37 +00:00
Merge Bahke's latest changes in
This commit is contained in:
parent
752155db59
commit
bdca76020c
10 changed files with 351 additions and 53 deletions
|
|
@ -14,8 +14,8 @@ namespace DX
|
|||
S32 getGhostIndex(NetObject obj);
|
||||
unsigned char getGhostFrom();
|
||||
unsigned char getGhostTo();
|
||||
NetObject resolveGhostParent(S32 id);
|
||||
NetObject resolveGhost(S32 id);
|
||||
unsigned int resolveGhostParent(S32 id);
|
||||
unsigned int resolveGhost(S32 id);
|
||||
unsigned int actualbaseptr;
|
||||
GhostInfo * mGhostRefs;
|
||||
NetObject **mLocalGhosts;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue