| Revision: | 876 |
| Committed: | Sat Jun 1 20:29:59 2013 UTC (12 years, 6 months ago) by gumby |
| Content type: | text/x-chdr |
| Original Path: | Daodan/src/Flatline_Client.h |
| File size: | 282 byte(s) |
| Log Message: | Daodan pass 1 |
| # | 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 | void FLcConnect( int ip, short port ); |
| 9 | extern int client_slot; |
| 10 | |
| 11 | #endif |