#include "Aria.h"
#include "ArNetworking.h"
#include <math.h>
Go to the source code of this file.
Functions | |
void | exampleArrowsDrawingNetCallback (ArServerClient *client, ArNetPacket *requestPkt) |
void | exampleDotsDrawingNetCallback (ArServerClient *client, ArNetPacket *requestPkt) |
void | exampleHomeDrawingNetCallback (ArServerClient *client, ArNetPacket *requestPkt) |
void | exampleXDrawingNetCallback (ArServerClient *client, ArNetPacket *requestPkt) |
int | main (int argc, char **argv) |
|
Definition at line 206 of file drawingsExample.cpp. References ArBasePacket::byte4ToBuf(), client, and ArClientBase::sendPacketUdp(). Referenced by main(). |
|
Definition at line 161 of file drawingsExample.cpp. References ArBasePacket::byte4ToBuf(), client, ArUtil::getTime(), and ArClientBase::sendPacketUdp(). Referenced by main(). |
|
Definition at line 142 of file drawingsExample.cpp. References ArBasePacket::byte4ToBuf(), client, and ArClientBase::sendPacketUdp(). Referenced by main(). |
|
Definition at line 185 of file drawingsExample.cpp. References ArBasePacket::byte4ToBuf(), client, and ArClientBase::sendPacketUdp(). Referenced by main(). |
|