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