source: Daodan/Flatline/src/testserver.c@ 1173

Last change on this file since 1173 was 483, checked in by rossy, 15 years ago

fixed testclient

File size: 173 bytes
RevLine 
[457]1#include "Flatline.h"
2
3int main()
4{
5 NetPlatform_Initalize();
[483]6 FLrServer_Run();
[457]7 NetPlatform_Shutdown();
8 return 0;
9}
10// 27777 and neighbouring ports are unassigned
Note: See TracBrowser for help on using the repository browser.