Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include "config.h"
#include <Python.h>
#include <math.h>
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
#include <time.h>
#include <ctype.h>
#include <unistd.h>
#include <assert.h>
#include "cmd/unit_generic.h"
#include "mission.h"
#include "flightgroup.h"
#include "python/python_class.h"
#include "savegame.h"
#include "networking/netserver.h"
Go to the source code of this file.
Variables | |
static std::vector< Mission * > | Mission_delqueue |
|
static |
Definition at line 182 of file mission.cpp.