mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-09-04 10:51:37 -04:00
15 lines
275 B
C
15 lines
275 B
C
#include <libultraship.h>
|
|
#include "networking.h"
|
|
#include "main.h"
|
|
|
|
void replicate_player(const char* data) {
|
|
// gPlayerOne->pos.x;
|
|
// send_data_packet(client, PACKET_PLAYER, &gPlayerOne, sizeof(Player));
|
|
}
|
|
|
|
void ActorReplication() {
|
|
}
|
|
|
|
void ObjectReplication() {
|
|
}
|