source:
Daodan/Flatline/src/testserver.c@
1173
Last change on this file since 1173 was 483, checked in by , 15 years ago | |
---|---|
File size: 173 bytes |
Rev | Line | |
---|---|---|
[457] | 1 | #include "Flatline.h" |
2 | ||
3 | int 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.