New server.h for server startup, control and shutdown, i.e. stuff in
src/server. Use it.
This commit is contained in:
parent
8115388a58
commit
22a356b1e1
19 changed files with 73 additions and 24 deletions
|
@ -50,6 +50,7 @@
|
|||
#include "mission.h"
|
||||
#include "optlist.h"
|
||||
#include "damage.h"
|
||||
#include "server.h"
|
||||
#include "prototypes.h"
|
||||
|
||||
extern double tfactfire(natid, double);
|
||||
|
@ -119,7 +120,6 @@ void
|
|||
shp_nav(struct emp_qelem *list, double *minmobp, double *maxmobp,
|
||||
int *togetherp, natid actor)
|
||||
{
|
||||
extern int update_pending;
|
||||
struct emp_qelem *qp;
|
||||
struct emp_qelem *next;
|
||||
struct mlist *mlp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue