ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/Flatline/src/testserver.c
Revision: 483
Committed: Sun Nov 29 08:20:43 2009 UTC (15 years, 10 months ago) by rossy
Content type: text/x-csrc
File size: 173 byte(s)
Log Message:
fixed testclient

File Contents

# Content
1 #include "Flatline.h"
2
3 int main()
4 {
5 NetPlatform_Initalize();
6 FLrServer_Run();
7 NetPlatform_Shutdown();
8 return 0;
9 }
10 // 27777 and neighbouring ports are unassigned