ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/flatline/Flatline_Net.h
(Generate patch)

Comparing:
Daodan/src/Flatline_Net.h (file contents), Revision 876 by gumby, Sat Jun 1 20:29:59 2013 UTC vs.
Daodan/src/flatline/Flatline_Net.h (file contents), Revision 877 by alloc, Sun Jun 2 11:25:34 2013 UTC

# Line 1 | Line 1
1   #ifndef FLATLINE_NET_H
2   #define FLATLINE_NET_H
3  
4 + #include "stdint.h"
5 +
6   #define pad1_size (sizeof(int64_t) - sizeof(short))
7   #define pad2_size (128 - (sizeof(short) + pad1_size + sizeof(int64_t)))
8  
# Line 30 | Line 32 | int NetUDPSocket_Send(int socket, const
32   void NetUDPSocket_Close(int sock);
33   unsigned char NetUDPSocket_Recieve(int socket, sockaddr_storage* address, char* data, uint16_t* datalen);
34  
35 < #endif
35 > #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)