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

Example01/proto.h

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