Process Ball Transfer Packet
This commit is contained in:
9
include/network/packet.h
Normal file
9
include/network/packet.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef GAME_PACKET_H
|
||||
#define GAME_PACKET_H 1
|
||||
|
||||
#include "../game.h"
|
||||
#include "../object.h"
|
||||
|
||||
int ProcessBallPacket(char* msg, Ball* ball, GameData* gd);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user