ViewVC Help
View File
|
Revision Log
|
View Changeset
|
Root Listing
root
/
Oni2
/
Daodan
/
src
/
flatline
/
Flatline_Packet.h
Revision:
881
Committed:
Mon Jun 3 17:01:38 2013 UTC
(12 years, 4 months ago) by
alloc
Content type:
text/x-chdr
File size:
249 byte(s)
Log Message:
Daodan: Some flatline cleanups
File Contents
#
Content
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