TX Library Help – Version: 00173a, Revision: 174
 ALL  Windows graphics in a sandbox

Example04/proto.h

См. документацию.
00001 //{===========================================================================
00011 //}===========================================================================
00012 
00013 #include "TXNetwork.h"
00014 #include "TXLib.h"
00015 
00016 //1. server -> broadcast: Ball_t
00017 //   client <- broadcast: Ball_t
00018 
00019 struct Ball_t
00020 {
00021 int  x,  y;
00022 int vx, vy;
00023 };
00024