source: Daodan/MSVC/Flatline_Client.h@ 586

Last change on this file since 586 was 584, checked in by gumby, 14 years ago

Almost working rework

File size: 244 bytes
RevLine 
[584]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();
8
9extern int client_slot;
10
11#endif
Note: See TracBrowser for help on using the repository browser.