source:
Daodan/src/flatline/Flatline_Packet.h@
888
Last change on this file since 888 was 881, checked in by , 11 years ago | |
---|---|
File size: 249 bytes |
Line | |
---|---|
1 | #ifndef FLATLINE_PACKET_H |
2 | #define FLATLINE_PACKET_H |
3 | #include "stdint.h" |
4 | #include "Flatline.h" |
5 | |
6 | |
7 | uint16_t FLpData_PartSize( uint8_t e); |
8 | void FLsSendPlayerData(); |
9 | void FLcReadPlayerData( flatline_packet* Packet, int16_t Size ); |
10 | |
11 | |
12 | |
13 | #endif |
Note:
See TracBrowser
for help on using the repository browser.