source:
Daodan/MSVC/Flatline_Client.h@
620
Last change on this file since 620 was 589, checked in by , 13 years ago | |
---|---|
File size: 282 bytes |
Rev | Line | |
---|---|---|
[584] | 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(); | |
[589] | 8 | void FLcConnect( int ip, short port ); |
[584] | 9 | extern int client_slot; |
10 | ||
11 | #endif |
Note:
See TracBrowser
for help on using the repository browser.