source: Daodan/src/flatline/Flatline_Client.h@ 990

Last change on this file since 990 was 877, checked in by alloc, 11 years ago

Daodan: Moved flatline to subfolder, flatline enabled through patch "flatline"

File size: 282 bytes
RevLine 
[876]1#ifndef FLATLINE_CLIENT_H
2#define FLATLINE_CLIENT_H
3#include "Flatline.h"
4
5int FLcEventHandler( int eventIndex, int Args[] );
6bool FLrClient_Run(flatline_packet* packet);
7void FLrClient_GetPackets();
8void FLcConnect( int ip, short port );
9extern int client_slot;
10
11#endif
Note: See TracBrowser for help on using the repository browser.