Changeset 459 for Daodan/Flatline/src


Ignore:
Timestamp:
Aug 24, 2009, 1:32:06 PM (15 years ago)
Author:
rossy
Message:

lolol bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Daodan/Flatline/src/Flatline.h

    r457 r459  
    3131
    3232bool Net_Listen(uint16_t port, bool (*packet_callback)(char* data, int datalen, int from));
    33 int Net_CreateSocket(uint16_t port);
    34 bool Net_Send(int socket, int ip, uint16_t port, char* data, int datalen);
    35 void Net_CloseSocket(int sock);
     33
     34int NetUDPSocket_Create(uint16_t port);
     35bool NetUDPSocket_Send(int socket, int ip, uint16_t port, char* data, int datalen);
     36void NetUDPSocket_Close(int sock);
     37
    3638bool FLrListen_PacketCallback(char* data, int datalen, int from);
    3739bool FLrListen_Run();
Note: See TracChangeset for help on using the changeset viewer.