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

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

Daodan: Some flatline cleanups

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
7uint16_t FLpData_PartSize( uint8_t e);
8void FLsSendPlayerData();
9void FLcReadPlayerData( flatline_packet* Packet, int16_t Size );
10
11
12
13#endif
Note: See TracBrowser for help on using the repository browser.