ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/Flatline/src/testserver.c
Revision: 457
Committed: Fri Aug 14 10:45:13 2009 UTC (16 years, 2 months ago) by rossy
Content type: text/x-csrc
File size: 173 byte(s)
Log Message:
Flatline

File Contents

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