Crossfire Server, Trunk
main.c
Go to the documentation of this file.
1 /*
2  * Crossfire -- cooperative multi-player graphical RPG and adventure game
3  *
4  * Copyright (c) 1999-2014 Mark Wedel and the Crossfire Development Team
5  * Copyright (c) 1992 Frank Tore Johansen
6  *
7  * Crossfire is free software and comes with ABSOLUTELY NO WARRANTY. You are
8  * welcome to redistribute it under certain conditions. For details, please
9  * see COPYING and LICENSE.
10  *
11  * The authors can be reached via e-mail at <crossfire@metalforge.org>.
12  */
13 
19 #include "global.h"
20 #include "sproto.h"
21 
25 int main(int argc, char *argv[]) {
26  server_main(argc, argv);
27 }
global.h
server_main
void server_main(int argc, char *argv[])
Definition: server.c:1567
sproto.h
main
int main(int argc, char *argv[])
Definition: main.c:157