source: Daodan/src/flatline/Flatline_Packet.h@ 891

Last change on this file since 891 was 881, checked in by alloc, 11 years ago

Daodan: Some flatline cleanups

File size: 249 bytes
RevLine 
[876]1#ifndef FLATLINE_PACKET_H
2#define FLATLINE_PACKET_H
3#include "stdint.h"
[881]4#include "Flatline.h"
[876]5
6
7uint16_t FLpData_PartSize( uint8_t e);
8void FLsSendPlayerData();
[881]9void FLcReadPlayerData( flatline_packet* Packet, int16_t Size );
[876]10
11
12
[881]13#endif
Note: See TracBrowser for help on using the repository browser.