Menu Preparations
This commit is contained in:
parent
a014be2c5a
commit
c107f82abb
8 changed files with 327 additions and 206 deletions
10
source/PacketHandler.c
Normal file
10
source/PacketHandler.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
#include "PacketHandler.h"
|
||||
|
||||
void processPacket(networkPacket *packet, u8 type) {
|
||||
//TODO: Differenciate the packets and process them
|
||||
if(type==PACKET_REQUEST_MAPDATA) {
|
||||
|
||||
} else if(type==PACKET_MAPDATA) {
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue