ViewVC Help
View File
|
Revision Log
|
View Changeset
|
Root Listing
root
/
Oni2
/
Daodan
/
MSVC
/
Flatline_Client.h
Revision:
584
Committed:
Mon Jan 24 06:45:07 2011 UTC
(14 years, 8 months ago) by
gumby
Content type:
text/x-chdr
File size:
244 byte(s)
Log Message:
Almost working rework
File Contents
#
Content
1
#ifndef FLATLINE_CLIENT_H
2
#define FLATLINE_CLIENT_H
3
#include
"Flatline.h"
4
5
int
FLcEventHandler
(
int
eventIndex
,
int
Args
[]
);
6
bool
FLrClient_Run
(
flatline_packet
*
packet
);
7
void
FLrClient_GetPackets
();
8
9
extern
int
client_slot
;
10
11
#endif