Fixed player sprites

This commit is contained in:
ElijahZAwesome 2018-02-08 17:16:11 -06:00
parent cd4681780c
commit 06b18f3c64
3 changed files with 24 additions and 3 deletions

View file

@ -40,5 +40,8 @@ u16 networkGetLocalNodeID();
bool networkIsNodeConnected(u16 id);
bool networkGetNodeName(u16 id, char *name);
u16 networkGetExpectedSeqFrom(u16 id);
bool networkSeqIsLowerThan(u16 firstID, u16 secondID);
void networkSend(void *packet, size_t size);
void networkSendWaitFlush();